To customize an integration, you will need to customize the source, destination provider applications to support additional objects, fields, flows, flow parameters, custom steps, etc.
Customize a provider application by creating one or more customization description XML files as follows:
For Cloud
To customize an integration, complete the following steps:
- Create the customization description XML file.
You can also download a sample customization file from http://docs.oracle.com/cd/F37377_01/customization_XML/customization.zip
- Deploy your project and customize the Primavera Gateway database schema by importing the customization description XML file from the Import/Export tab of the Configuration page of the Primavera Gateway user interface.
For more details on each step, see the corresponding section in this guide.
For On-Premises
To customize an integration, complete the following steps:
- Set up your environment.
- Create the customization description XML file.
If you have Java code, then implement the customization interfaces and build your project.
Note: Usually, building the customization interfaces and creating the customization XML file occurs simultaneously.
- Deploy your project and customize the Primavera Gateway database schema by any of the following methods:
- Import the customization description XML file from the Import/Export tab of the Configuration page of the Primavera Gateway user interface
- Using the Gateway Setup Configuration Utility
- Restart the WebLogic domain if the customization includes a .jar file.
For more details on each step, see the corresponding section in this guide.