PCModelingLibrary::validateDeleteAttribute Method [AX 2012]

Prompts the user to authorize an attribute to be deleted if it is being used as allocation.

client public static boolean validateDeleteAttribute(EcoResAttribute _attribute)

Run On

Client

Parameters

_attribute
Type: EcoResAttribute Table
The specified attribute to be deleted.

Return Value

Type: boolean
true if the user authorized the action or has chosen not to be prompted again.

ExceptionCondition
Error

The function was called without a record.

Show: