You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Create a custom field validation

edited Jul 26, 2024 3:10AM in Manufacturing 8 comments

A question had once been raised in the community regarding customizing a page.

What I need is that on the Dispatch List Revision page I can customize the validation of the "To Transact" field so that it is less than or equal to the "Required" field.

I read the documentation they sent me, but when testing the syntax, it was not possible to produce an error message, or show the user that there was a problem to be fixed.

Here are the syntaxes that my team and I tried to execute:

#{
    if(row.RequiredQuantity != row.TransactionQuantity){
       throw new ValidationException("TESTE")

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!