Skip to main content

Notifications

Customer experience | Sales, Customer Insights,...
Suggested answer

Retrieve value of whole column and add them and show as sum

Posted on by 35

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

  • Suggested answer
    Bipin D365 Profile Picture
    Bipin D365 28,964 Super User 2024 Season 1 on at
    RE: Retrieve value of whole column and add them and show as sum

    Hi,

    You can convert fetchXml to query expression using fetchXml builder tool in xrmtoolbox

    www.xrmtoolbox.com/.../

  • Raj12144 Profile Picture
    Raj12144 35 on at
    RE: Retrieve value of whole column and add them and show as sum

    I don't want to use Fetch XML.

    I need to use  Query Expression...

  • Suggested answer
    Bipin D365 Profile Picture
    Bipin D365 28,964 Super User 2024 Season 1 on at
    RE: Retrieve value of whole column and add them and show as sum

    Hi,

    Use fetchXml to retrieve records

    carldesouza.com/.../

    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);

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans