Share via


ReqTransFormMultiSelectionState.addRecords Method [AX 2012]

Adds a collection of ReqTrans records to the state.

Syntax

public void addRecords(Map _records, [boolean _isMarked])

Run On

Called

Parameters

  • _records
    Type: Map Class
    A map of the records to add to the state.
  • _isMarked
    Type: boolean
    A Boolean value that indicates whether the records were explicitly marked.

Remarks

The records become a part of the set of multiselected records.

See Also

Reference

ReqTransFormMultiSelectionState Class