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

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

how to check modified field table level in runtime

(0) ShareShare
ReportReport
Posted on by 77

i wanna check if the field modified table level in runtime using X++ code
i didn't write any code in modified field table level i just wanna check if a specific field changed i tried 

if ( _TableBuffer.ModifiedField(TableNum(Table,Field)) )


but it's not work

any help please

I have the same question (0)
  • Verified answer
    atajjo Profile Picture
    509 on at
    RE: how to check modified field table level in runtime

    public void update()
    {
        MyTable origBuffer = this.orig();
        
        if (origBuffer.Field1 != this.Field1)
        {
            // your code before updating to new value
        }
        
        super();
        
        if (origBuffer.Field1 != this.Field1)
        {
            // your code after updating to new value
        }
    }

  • AX Fourms Profile Picture
    77 on at
    RE: how to check modified field table level in runtime

    thanks AT982020 it works

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…

Pallavi Phade – Community Spotlight

We are honored to recognize Pallavi Phade as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 703 Super User 2025 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 582 Most Valuable Professional

#3
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 542

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans