Share via


SpecTransManager.new Method [AX 2012]

Performs initialization for the SpecTransManager class.

Syntax

protected void new(
    Common _specReference, 
    TableId _refTableId, 
    boolean _enableCache)

Run On

Called

Parameters

  • _specReference
    Type: Common Table
    The table buffer used to initialize the class that has the Specification fields.
  • _enableCache
    Type: boolean
    A Boolean value that indicates whether a cache of the SpecTrans records will be maintained.

See Also

Reference

SpecTransManager Class