Get Schedule Sheet Activities from Unifier
Description
This method will extract activities from any project/shell (cost code of type CBS) schedule sheet.
Support
This method can only extract activities from project/shell-level schedule sheets.
Installation: ASP and Self host
Level | Yes or No |
---|---|
Company Level | No |
Project/Shell Level | Yes |
Prototype
public XMLObject getScheduleActivities(String shortname, String authcode, String projectNumber, String scheduleSheet);
Parameters
Parameter | Description |
---|---|
Shortname | Identifier of the company, company's short name |
Authcode | Authentication code for the company, in text string |
projectNumber | Identifier of a project/shell. |
scheduleSheet | Name of Schedule Sheet to import activities into. |
Return Value
See Appendix A: Return Values.
Sample Method
getScheduleActivities("acme", "acme_authcode", "Proj-0001","Schedule Sheet 001");
Additional Information
The XML return object contains a Unifier specific format. You will need to write additional integration logic to convert it to other formats.
This service can be used for Projects/Shells of cost code type CBS.
Related Topics
Create Schedule Sheet Activities from Primavera P5 and P6 XML
Create Schedule Sheet Activities V2 from Oracle Primavera P6 XML
Create Schedule Activities from file V2
Update Schedule Sheet Activities from Oracle Primavera P5 and P6 XML
Update Schedule Sheet Activities V2 from Oracle Primavera P6 XML
Update Schedule Activities From File V2
Get a List of Project Schedule Sheets
Get a List of Schedule Sheet Data Mappings
Last Published Tuesday, July 1, 2025