Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

Update sales order lines upon modifying sales order header

Posted on by 135

Dear All,

How to Update in sales order lines after modifying sales order header.

Ex: after changing language from EN to FR in header , changes to be reflecting in sales lines

 

Regards,

Vishu

*This post is locked for comments

  • Verified answer
    nmaenpaa Profile Picture
    nmaenpaa 101,156 on at
    RE: Update sales order lines upon modifying sales order header

    For that I would use the modified method of your new field in SalesTable data source of SalesTable form.

  • Vishu Beniwal Profile Picture
    Vishu Beniwal 135 on at
    RE: Update sales order lines upon modifying sales order header

    First thanks Sir for reply

    There is a customize field in salesTable called margin percentage I wanna flow the value of margin percentage from header to line when ever user change it with a dialog box with yes no enum Yes to update in salesLine and no to cancel. So I wanna know what to write on 'On modified event for this'?

  • Verified answer
    nmaenpaa Profile Picture
    nmaenpaa 101,156 on at
    RE: Update sales order lines upon modifying sales order header

    First you need to specify what you mean by changing of the language in the sales order line.

    Sales order line has no language information (LanguageId), only the header does.

    Some information on the order line is initialized based on the language, so you would need to reinitialize those fields if the language is changed.

    You also need to consider that packing slips, confirmations and invoices might already been posted for the lines. You can't change anything that has been posted.

    Once you are ready with your design, you can add this logic in Classes\SalesTableType\update

    if (salesTable.LanguageId != salesTable_Orig.LanguageId)
    {
        // Run your custom logic for updating the fields on sales lines for this order
    }


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!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans