Share via


ProdMulti.parmUpdate Method [AX 2012]

Returns a ParmUpdate value that is common for all updates.

Syntax

public ParmUpdate parmUpdate([boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to select the record for update; optional.

Return Value

Type: ParmUpdate Map
The ParmUpdate value that is used for this update.

Remarks

By default the ParmUpdate value is null.

See Also

Reference

ProdMulti Class