Connected SharePoint Site's Enterprise Task List
I have built a project site that contains custom lists such as Action Items, ECR/ECO, and etc. I have saved the site as a template and have selected it in the Enterprise Project Type page. The problem...
View ArticleIssue while saving the project plans into XML
Hi,Could anyone of you please help me here.We are having one custom field(Type: Text) in the project level(Custom field name: ProjectComments) and end users are entering the data against this custom...
View ArticleHow to set the resource usage (or task usage) with PSI and Project Server 2010
Hello everybody,in the Project Client, I'am able to view and set the resource usage for every day, each task and resource.How can I see this Information in the PSI and how can I set this?Thanks in...
View ArticlePredecessors for existing projects in PWA 2013
Dear All,There is one case where projects published on PWA 2013 through MS Project Professional. But during that period, Predecessors was not aligned in those projects and some of Task info not...
View ArticleTask Start and Finish date changes via PSI.
Hi,I am adding Tasks, TaskStartDate, TaskFinishDate through custom code as shown:SvcProject.ProjectDataSet.TaskRow taskRow = ProjDS.Task.NewTaskRow(); taskRow.CREATED_DATE = DateTime.Now;...
View ArticleUse Project 2010 - Can I have 2 resource files for project with sub-project,...
Hi,Use Project 2010 - I have 2 resource files for my "Project with sub-project", and can I connect 2 resource file to one sub-project file?
View ArticleProject Server 2013 - resource hire and termination dates
I am new to project server and I have a question about resource hire and termination dates. When i open a resource from resource center - i do not see a field for hire and termination dates. However,...
View ArticleChecking Filter Highlight Status
Hi,I'd like to check the status of the filter before re-applying it. (Project 2010)CodePrivate Sub Project_Change(ByVal pj As Project) Dim txtFilter As String Dim blHighlight As Boolean'SOMETHING...
View ArticleProject 2010 VBA - Editing a Filter to Add a Field
I am writing a VBA module for Project 2010. In that module I am trying to edit an existing filter by adding another field name to check. Here's what I wrote:FilterEdit Name:="Company",...
View ArticleRBS in Project Server (PWA)
Dear All,What is best practice if RBS mapped in PWA later or need to be defined earlier?In case, all projects are there without RBS then later if i mapped RBS then is there any impact on that...
View ArticleFunctionality of Security in PWA (Project Server) 2013 for Projects
Dear All,I have gone through many sites..search & videos. But still didn't got right answer so far for PWA 2013. (May be i am unable to understand)Case 1) Here is case that there is Project A...
View ArticleError when navigating to the PWA root site for Project Server 2010
I received a nice Happy New Year from my Project Server 2010 today. I tried to navigate to the root site and received the following error. ErrorThe base type...
View ArticleView all checked out projects in PWA
Hello,We're in the process of setting up our first Project Web App site. We're running into an issue where Project Managers are leaving their projects checked out. I was wondering if there's an easy...
View ArticleHow to set NULL value to custom fileds
Hi,I want to set new custom field & to update custom field as NULL.Please provide some solution, I am trying below code while updating and creating new custom field , but while executing code...
View ArticleUse CSOM to update project's custom fields
Hi, I have a problem when updating a project using CSOM (on Project Server 2013). I cannot use PSI because I need to move to Project Online in the near future. My code looks like this:...
View ArticleMSProject planning export with outlook
hello, I customized my ribbon in MSProject 2010 (no Project Server) to send the active planning by mail using MSOutlook.Do you have any idea of the code which can permit to send the active planning...
View Articlegantt chart customization
hello, I would like to know if it's possible to have some fields in the SAME side of a gantt bar.For example I have the field START at the left and i would like to have the fields FINISH AND RESSOURCE...
View ArticleProject VBA Debugging
I am modifiying some Project 2010 VBA modules that I did not write. My predecessor wrote a bit of code that catches an error, outputs the error message (and just that, no specifics compared to run-time...
View ArticleUpdate Custom Field in Task Level Project Server using JSOM (PS.js)
Does anyone have javascript which updates the task level custom field?I just have the code with C#. I am trying to convert this code to javascript (below). But the javascript code had failed in update...
View ArticleUpdate Project and Task Field using ProjectServer REST API
Hello All,Currently i'm working on building windows 8 apps that get and manipulate data in sharepoint online. In REST API that i get from http://sharepointwinrt.codeplex.com, There is no way to update...
View Article