Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX forum
Suggested answer

ax 2012 - Prevent wrong enum value in a form

Posted on by 1,085

Hi, i have a combobox in a form with three values, say "one","two","three".

I do a check on inventtable to find if the value i'm setting is ok for that item.

How do i take back the combobox to the original value once the user has selected the wrong one?

I dont know where is the right point to put the code.

Thank you in advance

regards

  • Suggested answer
    Ryuji Mita Profile Picture
    Ryuji Mita 465 on at
    RE: ax 2012 - Prevent wrong enum value in a form

    If you're doing validation on a persisted field, you should be doing it inside the validateField(validateFieldValue in AX2012) method on the table, which is a method called by the AX framework.

    If so, returning false for failed validation is all you need to do, and the AX framework will change the value back to the original value.

    In your case, if the enum is a field on inventTable, modify the inventTable.validatefield method, should be the only thing you need to do.

Helpful resources

Quick Links

Dynamics 365 Community Update – Sep 9th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,277 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,126 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans