Quantcast
Channel: CRM Development forum
Viewing all articles
Browse latest Browse all 8223

Update isproductoverridden field in Quote Detail using OrganizationService in CRM 2015

$
0
0

Hi Experts,

For one of the requirements we need to update the isproductoverriden field through code.

However we are not able to do so.


            Entity quoteDetail = new Entity("quotedetail");
            quoteDetail.Id = new Guid("EAAC2A62-DBD6-E511-810D-3863BB353ED0");
            quoteDetail.Attributes["isproductoverridden"] = true;
            orgService.Update(quoteDetail);

Any pointers \ guidance.

Thanks,

Nishant Rana


http://nishantrana.wordpress.com https://twitter.com/#!/nishantranacrm


Viewing all articles
Browse latest Browse all 8223

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>