Flow Sequence When Importing Project Data
The following sequence describes the typical flow that is used to import project data from the source application:
- Load from Source: This step loads source project data from the source application into the Gateway framework so that it can be processed.
- Convert from Source to Gateway Format: This step converts source project Data to the Gateway format. The converted data is used as the source data in the Compare step.
- Load from Destination: This step loads project data from the destination application into the Gateway framework so that it can be processed.
- Convert from Destination to Gateway Format: This step converts destination's project data to the Gateway format. The converted data is used for the Compare step.
- Compare Project Data: This step compares the converted source Gateway data with the destination Gateway data. This step compares each XML object and uses the following rules to determine how the data is synchronized in the Update Destination step.
- If the data is in the source object but not in the destination object, the data is created in the dstination object during the Update Destination step.
- If the data is in the destination object but not in the source node, the system performs the following steps:
* Inspects the cross reference tables to determine whether the data has ever been synchronized.
* Determines whether the Delete parameter has been set for the flow.
If the data is in the cross-reference tables and the delete parameter has been set for the flow, the data is deleted from the destination during the Update Destination step. Otherwise, the data is not deleted in the Update Destination step.
- Objects that contain updated data are marked for synchronization.
- Objects that contain the same data in both the source and the destination nodes are ignored.
- Convert to Destination Format: This step converts project data in Gateway format marked for creation or synchronization into the destination format so that it can be saved into the destination application's database.
- Review Data: (Optional) This step enables you to review the source data before updating the data in the destination application.
- Update Destination: This step saves the data into the destination application. Any data that is marked for deletion is deleted from the destination application's database.
Define the Flow Steps in a Flow
Flow Sequence When Importing Master Data
Flow Sequence When Exporting Project Data
Flow Sequence When Exporting Master Data
Flow Sequence When Using the Compare Step
Flow Sequence When Using Master Data
Flow Sequence When Using Project Data