LeanCommandBase.execute Method [AX 2012]

Implements business logic of the command.

Syntax

protected abstract boolean execute()

Run On

Called

Return Value

Type: boolean
true if the execution was successful; otherwise, false.

Remarks

Most commands must override only this method if they are to be executed in a pipeline manner (sequentially and unconditionally).

See Also

Reference

LeanCommandBase Class