You are here:
Modify Integration Procedures for Location-Based Pricing (Managed Package)
To use location-based pricing, you must modify the AddQMQGToWC
OmniStudio integration procedures.
This feature is part of the Communications Cloud managed package.
- From the App Launcher, click Omnistudio Integration Procedures.
-
Edit the AddQMQGToWC/ContextMapping integration procedure.
- In Search, enter Add and click AddQMQGToWC/ContextMapping.
- Click the latest version of the integration procedure.
- Under Structure, click ContextMapping.
- Click Add New Value.
- In the Element Name field, enter vlocity_cmt__QuoteMember__c .
-
In the Value field, add JSON to map the quote to location fields. For example, to
map the quote member fields to custom quote fields for the city (LBPCity__c), add the
following JSON:
"elementValueMap": { "vlocity_cmt__QuoteMember__c": { "vlocity_cmt__City__c": "LBPCity__c", } } - Select Active.
-
Activate ContextMapping in the AddQMQGToWC/CopyToEQ integration procedure.
- In Search, enter Add and click AddQMQGToWC/CopyToEQ.
- Click the latest version of the integration procedure.
- Under Structure, click ContextMapping.
- Select Active.
- Repeat step 3 for the AddQMQGToWC/CopyToEQBatch integration procedure.

