Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Answered

Modify the Update method on the salestable

Posted on by

Hi, I have a date field in the salestable.   When this is changed, I need to update other date fields to the same value in the salestable and the salesline.

I'm new the 365, how do I access the update method on the sales table?

Thanks in Advance!

  • brianmaric Profile Picture
    brianmaric on at
    RE: Modify the Update method on the salestable

    Thank you

  • Suggested answer
    Sukrut Parab Profile Picture
    Sukrut Parab 71,647 Moderator on at
    RE: Modify the Update method on the salestable

    yes , if you put it before calling next.

  • brianmaric Profile Picture
    brianmaric on at
    RE: Modify the Update method on the salestable

    oh ok...

    So, my code will be called before the standard code is called?

  • Suggested answer
    nmaenpaa Profile Picture
    nmaenpaa 101,156 on at
    RE: Modify the Update method on the salestable

    The syntax is correct. However if you test it you will notice that it will not update your fields.

    You need to put your code before the "next" call, otherwise it's executed only after the standard update method, and that would be too late.

  • brianmaric Profile Picture
    brianmaric on at
    RE: Modify the Update method on the salestable

    Thank You!

    Is this the correct Syntax?

    [ExtensionOf(tableStr(SalesTable))]

    final class MySalesTable_Extension

    {

       public void update()

       {

           next update();

    // put my new code here

       }

    }

  • Suggested answer
    Sukrut Parab Profile Picture
    Sukrut Parab 71,647 Moderator on at
    RE: Modify the Update method on the salestable

    Use chain of command. Using event handler is an option but COC is preferred way.

  • Verified answer
    nmaenpaa Profile Picture
    nmaenpaa 101,156 on at
    RE: Modify the Update method on the salestable

    You can use Chain of Command, or event handlers to run your code when the standard update method of SalesTable table is triggered.

    Chain of Command is the recommended way.

    You can check this documentation to understand how to use it: docs.microsoft.com/.../method-wrapping-coc

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!

Community AMA December 12th

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

New! Quick response templatesâš¡

Save time with the new custom templates!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 229,993 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans