Test if the field value matches the defined default value
Member of Field Intrinsic Functions (PRIM_LIBI.IFieldIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Boolean | True if the field value matches the defined default value |
IsDefault compares the subject variable with its defined default value and returns true if the two are equal.
#Button.enabled := #Std_price.IsDefault
Febuary 18 V14SP2