Share via


SpecTransManager::constructServer Method [AX 2012]

Constructs an instance of the SpecTransManager class located on the server tier.

Syntax

server public static SpecTransManager constructServer(Common _specReference, [boolean _enableCache])

Run On

Server

Parameters

  • _specReference
    Type: Common Table
    The table buffer used for initializing the class.
  • _enableCache
    Type: boolean
    A Boolean value that determines whether a cache of the SpecTrans records will be maintained; optional.

Return Value

Type: SpecTransManager Class
An instance of the SpecTransManager class.

Remarks

The table buffer should be from the CustTable, VendTable, CustInvoiceTable, SalesTable, PurchTable, or LedgerJournalTrans table with an account type of customer or vendor.

This method replaces the constructServer method on the Specification class.

See Also

Reference

SpecTransManager Class