PurchTotals_TransLedgerCov::construct Method [AX 2012]

Initializes an instance of the PurchTotals class.

server public static PurchTotals construct(PurchTable _source, PurchUpdate _specQty)

Run On

Server

Parameters

_source
Type: PurchTable Table
The source record.
_specQty
Type: PurchUpdate Enumeration
A value that indicates which quantity will be used.

Return Value

Type: PurchTotals Class
An instance of the PurchTotals class.

This procedure helps guarantee that your customizations are maintained if the base version of the PurchTotals class is changed and minimizes code conflicts during an upgrade.

Show: