validate

Focusout command for a field

Syntax:

validate command ( CommandRef ;| {
( EnabledFlagSetting | VariableDefinition )* ExecuteDefinition
})


         field MySpecialValue {
            validate command {
               execute {
call GetCounterValue(MySpecialValue) into CounterValue;
               }
            }
         }

The validate command can also be defined elsewhere and referred to by name.

Note that this in only available from 10-UPDATE3.


         field MySpecialValue {
            validate command UpdateCounter;
         }

CommandRef

Command reference

Syntax:

<Identifier>


This page is generated from IFS Developer Studio at 2021-08-13 08:43.