PurchTotalRoundOffDiscountsCache::setCache Method [AX 2012]

Cache setter, uses passed in amounts for storing RoundOff, EndDisc and CashDisc values.

client server public static void setCache(
    PurchTableRefRecId _purchTableRecId, 
    Amount _roundOffAmount, 
    Amount _endDiscAmount, 
    Amount _cashDiscAmount)

Run On

ClientOrServer

Parameters

_purchTableRecId
Type: PurchTableRefRecId Extended Data Type
PurchTable table record id for which caching will be performed.
_roundOffAmount
Type: Amount Extended Data Type
The roundOff amount value to cache.
_endDiscAmount
Type: Amount Extended Data Type
The endDisc amount value to cache.
_cashDiscAmount
Type: Amount Extended Data Type
The cashDisc amount value to cache.
Show: