LeanCommandValidateRules.execute Method [AX 2012]
Implements the business logic of the command.
Syntax
protected boolean execute()
Run On
Called
Return Value
Type: boolean
true if the execution was successful; otherwise, false.
Remarks
Most commands must override this method if they are to be executed in a pipeline manner, sequentially and unconditionally.