PCModelingLibrary::validateWriteAttribute Method [AX 2012]
Prompts the user to authorize the modification of an attribute if it is being used as an allocation.
client public static boolean validateWriteAttribute(EcoResAttribute _attribute)
Run On
ClientParameters
- _attribute
- Type: EcoResAttribute Table
The specified attribute that is to be modified.
Return Value
Type: booleantrue if the user has authorized the action, or if the user has chosen not to be prompted again; otherwise, false.
Show: