PCModelingLibrary::validateChangeAttributeVisibility Method [AX 2012]
Prompts the user to authorize the visibility attribute to be changed if it is mandatory and does not have a default value.
client public static boolean validateChangeAttributeVisibility(EcoResCategoryAttribute _categoryAttribute, NoYes _hidden)
Run On
ClientParameters
- _categoryAttribute
- Type: EcoResCategoryAttribute Table
The specified attribute to be hidden.
- _hidden
- Type: NoYes Enumeration
The value of the NoYes::Yes enumeration if the attribute is to be hidden.
Return Value
Type: booleantrue if the user authorized the action or has chosen not to be prompted again.
Show: