I need to add the sum the quantity of each item added in the order product table and show the total sum into another column..
if 10 products are in the order I have to add the quantity of all 10 into total and then set this total into some field need to do it with the help of Plugin only
Hi,
You can convert fetchXml to query expression using fetchXml builder tool in xrmtoolbox
I don't want to use Fetch XML.
I need to use Query Expression...
Hi,
Use fetchXml to retrieve records
Then use service.Update to update that field
Entity entity= new Entity("your entity name");
entity.Id= guid:
entity["your field name]= value;
service.Update(entity);
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156