Get a List of Schedule Sheet Data Mappings
Description
This method will return a list of Data Mappings configured for a Schedule Sheet within a Project or Shell.
Support
This method can only list Data Mappings from Schedule Sheets within projects or shells.
Installation: ASP and Self host
Level | Yes or No |
---|---|
Company Level | No |
Project and Shell Level | Yes |
Program Level | No |
Prototype
public XMLObject getScheduleSheetDataMaps(String shortname, String authcode, String projectnumber, String sheetname, String options);
Parameters
Parameter | Description |
---|---|
shortname | Identifier of the company, company's short name |
authcode | Authentication code for the company, in text string |
projectnumber | Identifier of the project or shell. |
sheetname | Identifier of the schedule sheet within the project or shell. |
options | This parameter allows the user to filter the list based on the following: <datamap_name>: The name of a specific data mapping to be retrieved. <filter_condition>: one filter conditions is available; isdefault. If set to true only the data mapping flagged as the default will be returned. |
Return Value
See Return Values. Message will return list of Schedule Sheets based on filter condition
Sample Method
getScheduleSheetDataMaps ("acme", "acme_authcode", "P-00001", "Master Schedule", isdefault=true);
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 Schedule Sheet Activities from Unifier
Get a List of Project Schedule Sheets
Last Published Friday, December 13, 2024