Get Planning Item Record
Description
This method gets a specific Planning Item record in the system. This works for both company-level and project/shell-level Planning Items.
Support
This process supports all type of Planning Items.
Installation: ASP and Self host
Level | Yes or No |
---|---|
Company Level | Yes |
Project/Shell Level | Yes |
Prototype
public XMLObject getPlanningItem (String shortname, String authcode, string projectNumber, String BPName, String planning Item);
Parameters
Parameter | Description |
---|---|
shortname | identifier of the company, company's short name |
authcode | authentication key for the company, in text string |
projectNumber | Identifier of the project/shell. Pass null for company-level Planning Items |
BPName | identifier of the planning item type, for example: Capital Projects |
planningItem | identifier of the planning item example: Tower |
Return Value
See Appendix A: Return Values.
Sample Method
getPlanningItem("acme", "acme_authcode", "proj-01", "Capital Projects","Tower") will return the XML Record of the Planning Item.
Additional Information
If the planningItem is left blank or invalid planningItem, the method returns the Planning Item's skeletal XML.
To get company-level Planning Item record information, send null for projectNumber parameter. If you send a project number for a Planning Item type that is at company level, you will get an error that Planning Item type is not correct.
This service can be used for Projects/Shells of cost code type CBS and Generic.
Related Topics
Last Published Wednesday, April 9, 2025