Share via


RunBaseMultiParm.checkLateSelection Method [AX 2012]

Validates if LateSelection parameters are correct

Syntax

protected boolean checkLateSelection([ParmUpdate _parmUpdate])

Run On

Called

Parameters

  • _parmUpdate
    Type: ParmUpdate Map
    The parmUpdate that should be validated. By default the parmUpdate method is used to get the parmUpdate; optional.

Return Value

Type: boolean
true if validation is ok or if LateSelection is not used; otherwise, false.

See Also

Reference

RunBaseMultiParm Class