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)

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

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
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans