Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a transaction by reference to the cache.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
protected boolean addRef2ReqTransCache(
ReqRefType _refType,
InventTransRefId _refId,
InventTransOriginId _inventTransOriginId,
boolean _onlyOpen,
BOMLevel _minLevel)
Microsoft Dynamics AX 2012 R2 (SYS)
protected boolean addRef2ReqTransCache(
ReqRefType _refType,
InventTransRefId _refId,
InventTransOriginId _inventTransOriginId,
boolean _onlyOpen,
BOMLevel _minLevel)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void addRef2ReqTransCache(
ReqRefType _refType,
InventTransRefId _refId,
InventTransOriginId _inventTransOriginId,
boolean _onlyOpen,
BOMLevel _minLevel)
Microsoft Dynamics AX 2012 (FPK)
protected void addRef2ReqTransCache(
ReqRefType _refType,
InventTransRefId _refId,
InventTransOriginId _inventTransOriginId,
boolean _onlyOpen,
BOMLevel _minLevel)
Microsoft Dynamics AX 2012 (SYS)
protected void addRef2ReqTransCache(
ReqRefType _refType,
InventTransRefId _refId,
InventTransOriginId _inventTransOriginId,
boolean _onlyOpen,
BOMLevel _minLevel)
Run On
Called
Parameters
- _refType
Type: ReqRefType Enumeration
The type of transaction.
- _refId
Type: InventTransRefId Extended Data Type
The reference id of the transaction.
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The inventory transaction id.
- _onlyOpen
Type: boolean
A boolean value that indicates if only open transactions should be added.
- _minLevel
Type: BOMLevel Extended Data Type
The level at which to minimum add the transaction.
Return Value
Type: boolean
true if at least one transaction was added to the cache; otherwise, false.