SpecTransCache.get Method [AX 2012]

Gets the SpecTrans record from the cache.

public SpecTrans get(
    CompanyId _refCompany, 
    TableId _refTableId, 
    RefRecId _refRecId)

Run On

Called

Parameters

_refCompany
Type: CompanyId Extended Data Type
The reference company of the cached transaction.
_refTableId
Type: TableId Extended Data Type
The reference table ID of the cached transaction.
_refRecId
Type: RefRecId Extended Data Type
The reference record ID of the cached transaction.

Return Value

Type: SpecTrans Table
The SpecTrans record from the cache.

Community Additions

ADD
Show: