Salesforce Field Mapping
Mapping data from Salesforce to MonetizeNow
Fields from Salesforce may be mapped to Standard and Custom Fields on Quote in MonetizeNow. The following object mappings are available:
- Salesforce Account to MonetizeNow Account
- Salesforce Contact to MonetizeNow Contact
- Salesforce Opportunity to MonetizeNow Quote
The most common use case is to drive approval, validation, and conditional term logic in MonetizeNow using data from Salesforce. Specific examples are provided on Custom Fields page.
You can configure the mapping on the CRM Configuration page in MonetizeNow.

Mapping data from MonetizeNow to Salesforce
MonetizeNow automatically synchronizes most Quote data from MonetizeNow to Salesforce, but we also support mapping custom Quote fields from MonetizeNow to Salesforce.
To configure this, all you need to do is create custom fields in each system that have matching API names.
Additional Considerations:
- Case insensitive
- Ignores special characters
- Ignores the Salesforce suffix of
__c
- Will never auto-map to a field with the
monetize__
managed package prefix - The data types must be compatible (e.g. a
number
orboolean
cannot map to astring
field)
MonetizeNow field | Salesforce field | Is Eligible for Auto-Mapping? |
---|---|---|
my_custom_field | my_custom_field__c | Yes - assuming data types are compatible |
my_custom_field | MyCustomField__c | Yes - assuming data types are compatible |
mycustomfield | My_Custom_Field__c | Yes - assuming data types are compatible |
amount | monetize__amount__c | No - managed package fields will never get overwritten |
Updated 19 days ago