web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Update sales order lines upon modifying sales order header

(0) ShareShare
ReportReport
Posted on by 143

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

I have the same question (0)
  • Verified answer
    nmaenpaa Profile Picture
    101,160 Moderator on at

    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
    }


  • Vishu Beniwal Profile Picture
    143 on at

    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
    101,160 Moderator on at

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

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Priya_K Profile Picture

Priya_K 4

#2
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

#2
Rahul.p Profile Picture

Rahul.p 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans