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 setting 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. The project name is case-sensitive. 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 the 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
How to...
Import Apportionment Definition and Mapping Data
Create Windows Shortcut for the API Script
Learn more about...
Data Import- Apportionment Mapping