Get Schedule Sheet Activities from Unifier

Support for SOAP is deprecated starting with Unifier 23.10.

Description

This method will extract activities from any existing project/shell (cost code of type CBS) schedule sheet.

Support

This method can only extract activities from existing 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 B: 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.