Share via


EventCreateRule.setValidCallerData Method [AX 2012]

Sets all initializations from the caller.

Syntax

protected boolean setValidCallerData()

Run On

Called

Return Value

Type: boolean
true if the initialization is OK; otherwise, false.

Remarks

This method is also used for checking whether a callerFormRun is valid for creating rules. Everything must be stored in separate variables; that is, it cannot be addressed through references, because the active caller record might change during a create rule scenario.

See Also

Reference

EventCreateRule Class