PurchTotalRoundOffDiscountsCache::getCache Method [AX 2012]

Cache getter, uses passed in PurchTable table record id for retrieving cached values.

client server public static container getCache(PurchTableRefRecId _purchTableRecId)

Run On

Called

Parameters

_purchTableRecId
Type: PurchTableRefRecId Extended Data Type
PurchTable table record id for which cache will be retrieved.

Return Value

Type: container
Container with cached values [roundoff, endDisc, cashDiscAmount]
Show: