1. Find the GUID of the mapping you need to edit. In the Org_MSCRM database, run this query:
select * from entitymapbase where targetentityname = 'salesorderdetail'
Obviously, you might need to change the target entity value - the above will return all of the relationships where the order line item is the target. This returns a column that shows the "source entity name", so for a mapping from quote product to order product, pick the line where the source is "quotedetail". Copy the EntityMapId from this row.
2. Enter the following URL into IE (modified with your servername):
Be sure to replace your server name for CRM, and put the GUID from step 1 at the end.http://[servername]/Tools/SystemCustomization/Relationships/Mappings/mappingList.aspx?mappingId= [GUID]
3. Create mappings and repeat as necessary!
No comments:
Post a Comment