PurchTotalsSummaryController::invalidateEncumbranceSummaryRecord Method [AX 2012]

Sets the isValid field of the PurchEncumbranceSummary table to false so that the next time the updateTotals method is called the table will be updated.

client server public static void invalidateEncumbranceSummaryRecord(PurchId _purchId)

Run On

Called

Parameters

_purchId
Type: PurchId Extended Data Type
The PurchId value of the record to invalidate.
Show: