Dynamics:Express Entry:Custom Mapping
← Clean Suite for CRM:Dynamics
Express Entry Navigation |
---|
Overview |
Installation |
Configuration |
Custom Mapping |
Tutorial |
This covers how to configure the Melissa Express Entry solution (ver. 1.5.1.16 or later) for Dynamics CRM in order to support custom mappings for fields and custom entities. This will help you to map the autocomplete address fields on out of box entities to different fields.
1. Begin by navigating to the configuration screen. If you need more details on locating the configuration screen, see the Configuration tutorial.
Advanced Mapping
2. Click the Advanced Mapping tab in order to begin the mapping process. In this tab, the custom field mappings that our custom scripts call will be assigned.
Load Entities
3. Click the Load Entities button. This queries the Dynamics organization for a full list of the entities that exist within your system and populates the list of attributes that are associated with the entity.
Select Entity
4. Select the desired entity in the dropdown list.
If a mapping has already been established for a particular entity, the fields should automatically be populated with the previous values.
Type Field Name
5. Type the name of the desired custom or out of box field. In order to assist the field entry process, the field names should be auto-completed with only the correct field names for that entity.
The names should be the exact names that are assigned in Dynamics. These names can be viewed in the Fields section for that particular entity in your default solution.
After the field names have been filled in, please click the Save Mapping button to save your settings.
6. Once this has been set, the necessary web resources and event handlers will need to be added onto the form. Navigate to the custom entity's main Form.
Access Form Properties
7. Click the main form Information to access the Main Form.
Add Web Resources
8. Click the Add button to begin adding a library.
Search for Auto-complete
9. Search for md_ee_autocomplete
. There should be two options available: md_ee_autocomplete1
and md_ee_autocomplete2
. Add both of these resources to the form properties. Dynamics requires these resources to be added one at a time.
Add Event Handlers
10. Once the web resources have been added to the form, the necessary event handlers will need to be added. Click the Add button in the lower section of the Form Properties.
Handler Properties
11. In the Handler Properties window, please add the following functions:
- Library: md_ee_autcomplete1
- ExpressEntry
- ExpressEntryCity
- ExpressEntryZip
- ExpressEntryCountry
- Library: md_ee_autocomplete2
- ExpressEntry2
- ExpressEntryCity2
- ExpressEntryZip2
- ExpressEntryCountry2
The entire list of event handlers should be a total of 8 functions.
Save Form
12. After the event handlers and web resources have been added to the form, save the form and publish these customizations. The Express Entry auto-completion service should now function properly on your entity.
- Note: The out of box entities should already be set to the default values of address fields on the form and will not require configuration.