Questions tagged [psi]

Project Server Interface (PSI) is a managed code API for MS Project Server exposed as asmx webservices in Project Server 2007 and as WCF and asmx services under Project Server 2010 and 2013

MSDN Introduction to PSI in Project 2007

MSDN Introduction to PSI in Project 2010

MSDN Introduction to PSI in Project 2013

82 questions
127
votes
3 answers

PSI and index do not match: PSI and index do not match on Android Studio

Whenever I clean my project is says: PSI and index do not match What should I do?
Sam12
  • 1,805
  • 2
  • 15
  • 23
6
votes
1 answer

Retrieve Inheritance class full name from Kotlin Psi API

I’m trying to develop a codegen IDEA-Plugin. This plugin should analyze KtClass Inheritance and get all inheritance class full name (like com.example.config.TestConfig) I have tried to find any useful information by viewing PsiViewer. I find that…
ZSpirytus
  • 339
  • 2
  • 10
4
votes
1 answer

PSI new task custom fields are not being written

I am developing a process throught PSI that adds a new task into a existing project. For this purpose, first, via PWA, I have created 4 new task custom fields (one numeric, two dates and one text) I need to inform when I create the task. I also have…
Bargant
  • 260
  • 1
  • 2
  • 13
3
votes
0 answers

PSI - Statusing Web Service - Results not as expected

I'm trying to update Status information on assignments via Statusing Web Service (PSI). Problem is, that the results are not as expected. I'll try to explain what I'm doing in detail: Two cases: 1) An assignment for the resource exists on specified…
bricaro
  • 31
  • 3
3
votes
1 answer

Using CSOM to update multiple tasks with only 1 project publish

I have the following code that updates certain task fields. The problem with this code is that I have to publish an entire project after updating each task one-by-one. So for example, if I had 500 tasks to update, the project would have to be…
Moon
  • 33,439
  • 20
  • 81
  • 132
2
votes
1 answer

PsiClass to java.lang.Class

I'm developing plugin for IntelliJ IDEA. How can plugin get the name and version of libraries that are imported to the project that is being checked by plugin? I have PsiClass of the project, but cannot convert it to java.lang.Class. Maybe there's…
2
votes
1 answer

Project Server Planned Work Does not update

I'm developing a Project Server 2010 Timesheet importer. It works just fine with Actual Hours in the Project Web App (they import). The problem The problem is the client needs the planned work updated accordingly to the entered actual work. After…
Toumash
  • 1,077
  • 11
  • 27
2
votes
0 answers

Create Timesheet using PSI Project Server 2013 - General Invalid Operation

I'm trying to use the TimeSheet.CreateTimesheet method from msdn but unfortunately I receive the General Invalid Operation error from my console. I suspect it's a permissions problem, because of I have followed all of the instructions posted in the…
Marc Lluis
  • 61
  • 7
2
votes
0 answers

Project Server 2013 Reassign Tasks and Update Timesheet CSOM

I'm developing a small code that makes possible to read from database some values in order to do the Timesheets for all of employees of a corporation. The data of the database comes from another app where Project Managers define all the task changes…
Marc Lluis
  • 61
  • 7
2
votes
1 answer

How do you set multiple custom fields? - Microsoft Project Server

I’m fairly new to Project Server development and was wondering what modifications need to be made the following code I have to have it update multiple Custom Fields in one pass. I have everything working up until the point I want to start updating…
2
votes
2 answers

Retrieve RSS feed and display it in text view

I would like to get this link " " working. I want to retrieve the RSS feed and display it in a text view, I've tried out the code but doesn't seems to be working. I guess there is something wrong with the code but I'm not sure where has it gone…
Febbie
  • 115
  • 1
  • 15
2
votes
1 answer

How to know if a project is checked out or checked in from PSI?

How to know if a project is checked out or checked in from PSI?
Yongwei Xing
  • 12,983
  • 24
  • 70
  • 90
1
vote
1 answer

PSI : How to determine if Resource Plan in Project Server 2010 is checked out in c#?

anyone know how to check if a Resource Plan is checked out using the PSI? Thanks
1
vote
1 answer

Setting custom fields using the PSI - Microsoft Project Server

I'm new to Project Server development and was wondering if you can use the PSI to set resource custom field values. I can't seem to find any information for a beginner at this. I currently have web references set up for the CustomFields and the…
Mike
  • 312
  • 6
  • 18
1
vote
1 answer

MS Project Server 2007 : Programmatically toggle Task Alerts for Project Resources

I'm getting into SDK documentation, but this site has so many eyes and great answers I figure I'd throw this one out there to get some leads. In project Server 2007, you can manage whether or not you get "task Alert" emails whenever a new task is…
curtisk
  • 19,950
  • 4
  • 55
  • 71
1
2 3 4 5 6