Search code examples
c#pluginsdynamics-crmdynamics-crm-online

How to get Opportunityproduct by QuoteDetail in MS Dynamics CRM?


I am a newbie in the MS Dynamics CRM plugin-development and I have to develop a plugin that change the businnes logic of CRM.

I have the QuoteDetail-entity and I want to find the OppoptunityProduct from which this QuoteDetail was generated.

Is it possible? I have not found any possibility to do it.


Solution

  • I asked this question in other community and get correct answer: https://community.dynamics.com/crm/f/117/t/120310.aspx

    I have used this tool: http://crm2011entitymaps.codeplex.com/ I created a new attribute on opportunity & quote product and then assigned it some sort of unique identifier as record was created. After it I have created a mapping for the custom value between the product lines.