Flow Sequence When Using Project Data
The Project data flow type is used to specifically to export or import project data between two distinct environments of the P6 application. For example, you would use this flow to transfer project data from a P6 Testing environment to P6 production environment. The steps are organized as follows:
- Load from Source: This step loads the master data from the source application into the Gateway framework so that it can be processed.
- Convert from Source to Gateway Format: This step converts the source project data from the source format to the Gateway format.
- Load from Destination: This step loads the 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 the destination project data to the Gateway format.
- Compare Project Data: This steps compares the source data with the destination data in the current Gateway format.
- Convert to Destination Format: This step converts the project data from Gateway format to the destination format.
- 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 project data into the destination application's database.