Announcements
No record found.
i wanna check if the field modified table level in runtime using X++ codei 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
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 } }
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.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 733
André Arnaud de Cal... 461 Super User 2026 Season 1
Syed Haris Shah 278 Super User 2026 Season 1