You are here:
Deploy Field Mappings XML Via Postman
Deploy XML via postman to configure the field mappings from an object and map it to specific contract object fields. For deploying the field mappings, you must set up a connected app, create a POST request to generate an access code, and then create a SOAP URL. In this section, you set up a connected app to establish a connection between the postman and Salesforce org and obtain the consumer key and consumer secret.
If you are using the sample field mappings XML for opportunity, quote, and order. You must download the file from Sample Object Hierarchy Relationships Mapping in XML.
The user with CLM Admin permission set can create custom XML files along with support mappings. Here are a few valid XML deployment scenarios:
-
ParentToParent
-
ParentToParent with ChildToChild
-
ParentToParent with ParentToChild
-
All three mappings can also include support mappings.
The CLM Admin must follow the deployment sequence for all the deployments to be successful.
-
Deploy parent-to-parent mapping.
-
Deploy parent-to-parent support mappings, and parent-to-child mappings and child-to-child mappings.
-
Deploy support mappings for the child-to-child and parent-to-child.
- Create a Connected App in your Org
When you create a connected app, make sure that you understand how it’s going to be used so you can configure the appropriate settings. For example, if you’re creating a connected app to integrate an external application with your Salesforce API, configure the connected app with OAuth authorization settings. - Create a POST Request to Generate Access Code in Postman
You need to create a POST request to generate an access code to use during SOAP URL creation for authentication and integration. - Create a SOAP URL in Postman
You must create a SOAP URL to post the request with the Base64 zip file for field mappings.

