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