It looks like you're new here. Sign in or register to get started.
TESTFIELD("Some Mandatory Field");
IF "Field 1" = 'Some Value' THEN TESTFIELD("Field 2",'Some Other Value'); //or TESTFIELD("Field 2",''); if it needs to be blank
Comments
For example, you can put in the insert-trigger or modify-trigger something like:
If that field is blank, an error will be raised.
Another use is this: if you fill in a certain value in a certain field, another field needs to have a certain value (generally it needs to be blank):
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!