“Fantastic URLs and where to find them”. Stuck at Custom Field Mapping between Opportunity Product , Quote Product and Order Product ? Everything you need to know.

Problem Statement

There is nothing better than entity mapping when it comes to flow  data from parent to child opportunity , in few clicks it can be configured easily in no time.

Than there are workflows , JavaScript and plugins which takes a little effort. but if you are reading this post than I am sure you must faced a very unusual issue when it come to map  Opportunity product with quote product or quote product with order product  custom field using field mapping

Yes they all have relationship but if you try to configure them they are nowhere to be found.

Resolution

To get that entity mapping all need only Org_MSCRM db access to run one query.  yes that’s all  it takes. here is step by step solution

1.  Opportunity Product and Quote Product relation

1.Execute following query on your organization DB

Select * from entitymapbase where targetentityname = 'quotedetail'

it will  return some fancy column with fancy data

2.  Select  EntityMapID from the row where source  entity name is  “opportunityproduct”

3. copy EntityMapID and append  following URL

OrganizationURL/Tools/SystemCustomization/Relationships/Mappings/mappingList.aspx?mappingId="your EntityMapID"

it will  look something like this

OrganizationURL/Tools/SystemCustomization/Relationships/Mappings/mappingList.aspx?mappingId=DCA820AD-5F6D-E811-80C2-C2CB45D89803

4.  Hit the URL and there you have it folk the missing link.

custom field mapping between opportunity product and qote product

2. Quote Product and Order Product Mapping

  1.  Execute following query
Select * from entitymapbase where targetentityname = ' salesorderdetail'

 

2. Select  EntityMapID from the row where source  entity name is  “quotedetail”

copy EntityMapID and append  following URL

OrganizationURL/Tools/SystemCustomization/Relationships/Mappings/mappingList.aspx?mappingId="your EntityMapID"

4.  Hit the URL  and you’ll have you Quote product mapping.

 

Let me know in comments section if this works out.  Having any issue ? let me know them as well  🙂

 

Advertisement

2 Replies to ““Fantastic URLs and where to find them”. Stuck at Custom Field Mapping between Opportunity Product , Quote Product and Order Product ? Everything you need to know.”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: