SpecTransManager.getAllSpecTransMap Method [AX 2012]

Gets a map that contains all the SpecTrans records that correspond to this class instance.

Syntax

public Map getAllSpecTransMap()

Run On

Called

Return Value

Type: Map Class
The map that contains the SpecTrans.

Remarks

The key of the map contains the RecId and the value contains the SpecTrans record.

Retrieves the records from the cache, if it is enabled.

See Also

Reference

SpecTransManager Class