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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Get FormControl old value onModified eventhandler

(0) ShareShare
ReportReport
Posted on by

Hi,

Can we get old value of the formControl inside OnModified event handler? I am able to get current record using .cursor() method on datasource however need old value for one of the fields for comparison.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Community Member Profile Picture
    on at
        [FormEventHandler(formStr(FormName), FormEventType::Initializing)]
        public static void FormName_OnInitializing(xFormRun sender, FormEventArgs e)
        {
            Args args = new Args();
            args = sender.args();
            TableName ct = args.record() as TableName;
            info(strFmt("value is %1", ct.Field));
        }
  • Suggested answer
    Nishant2408 Profile Picture
    705 on at

    Hi Singh, P

    If you have already got the modifying record using cursor() method, and I suppose the field value you want to compare belongs to the same datasource. In that case you can use orig() method to get the original value and compare with the current value.

    Table test = sender.dataSource("").cursor();

    if (test.orig().tableField <condition> test.tableField)

    {

           //code

    }

    Regards,

    Nishant

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans