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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

D365: How to capture Modified FieldId in PreEventHandler Class of Validate Field Method Of Table?

(0) ShareShare
ReportReport
Posted on by 2,546

66057.Capture.PNG

////Not Working
any = args.getArg('_fieldId');
any = args.getArg('_fieldName');

switch (fieldId)
{

}

*This post is locked for comments

I have the same question (0)
  • Piyush Adhikari Profile Picture
    2,546 on at

    Kindly provide solution

  • Verified answer
    nmaenpaa Profile Picture
    101,172 Moderator on at

    The parameter name on Tables\InventBatch\validateField is "_fieldIdToCheck", so you could try that.

    Or you can create an event handler for onValidatingField event:

       [DataEventHandler(tableStr(InventBatch), DataEventType::ValidatingField)]

       public static void InventBatch_onValidatingField(Common sender, DataEventArgs e)

       {

           ValidateFieldEventArgs eventArgs = e as ValidateFieldEventArgs;

           FieldId fieldId = eventArgs.parmFieldId();

       }

  • Piyush Adhikari Profile Picture
    2,546 on at

    Working fine Sir.

    Thank you for your support.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 39

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans