SourceDocumentStateBase.skipPropagateStatusToChildren Method [AX 2012]

Checks whether the propagateStatusToChildren method should be skipped.

protected boolean skipPropagateStatusToChildren()

Run On

Called

Return Value

Type: boolean
true if it should be skipped; otherwise, false.

This method is introduced for performance reason. If it is known for sure that the current state does not have any children states, then the propagateStatusToChildren method should be skipped.

Community Additions

ADD
Show: