Integrate Apportionment Mapping Process
Use the Integrate Apportionment Mapping API process to calculate apportioned budget and forecast values for a selected project using the Integration Wizard.
Process Settings
Below are the settings you must define for the Integrate Apportionment Mapping API process:
Setting | Description | Sample Value |
---|---|---|
ProcessID | This ID informs Cobra to run the Integrate Apportionment Mapping process. | IntegrateApportionmentMapping |
Project | This setting refers to the project where you want to run the integrate apportionment mapping process.
This setting is required. |
Demo Advanced |
MappingFile | This setting refers to the fully qualified name of mapping file to import, including extension.
This setting is required. |
C:\appmap.csv |
DeleteExistingMappings | If value is set to
1, Cobra deletes apportionment mappings for the target project before importing new data.
This setting is optional and the default value is 0. |
1 |
Sample Script
Below is a sample script file for the Integrate Apportionment Mapping API process:
[PROCESS000]
ProcessId=IntegrateApportionmentMapping
Project=Demo Advanced
MappingFile=C:\appmap.csv
DeleteExistingMappings=1
Parent Topic: Process Sections of the API Script
How to...