Share via


LedgerRRGEProperty_W.isOptionalChildValid Method [AX 2012]

Determines whether at least one child has a value that is not equal to the default value.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected boolean isOptionalChildValid([boolean _processParents])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected boolean isOptionalChildValid()

Run On

Called

Parameters

Return Value

Type: boolean
true if any child has a value that is not equal to the default value; otherwise, false.

See Also

Reference

LedgerRRGEProperty_W Class