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.
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 void initReference(
CostTransRefId _transRefId,
ProdTransRefType _transRefType,
boolean _physical,
InventSiteId _inventSiteId,
[InventTransId _inventTransId,
DimensionDefault _defaultDimension,
boolean _postLedger,
boolean _stornoPhysical])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void initReference(
CostTransRefId _transRefId,
ProdTransRefType _transRefType,
boolean _physical,
InventSiteId _inventSiteId,
[InventTransId _inventTransId,
DimensionDefault _defaultDimension,
boolean _postLedger,
boolean _stornoPhysical])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void initReference(
CostTransRefId _transRefId,
ProdTransRefType _transRefType,
boolean _physical,
InventSiteId _inventSiteId,
[InventTransId _inventTransId,
DimensionDefault _defaultDimension,
boolean _postLedger])
Microsoft Dynamics AX 2012 (FPK)
protected void initReference(
CostTransRefId _transRefId,
ProdTransRefType _transRefType,
boolean _physical,
InventSiteId _inventSiteId,
[InventTransId _inventTransId,
DimensionDefault _defaultDimension,
boolean _postLedger])
Microsoft Dynamics AX 2012 (SYS)
protected void initReference(
CostTransRefId _transRefId,
ProdTransRefType _transRefType,
boolean _physical,
InventSiteId _inventSiteId,
[InventTransId _inventTransId,
DimensionDefault _defaultDimension,
boolean _postLedger])
Run On
Called
Parameters
- _transRefId
Type: CostTransRefId Extended Data Type
- _transRefType
Type: ProdTransRefType Enumeration
- _physical
Type: boolean
- _inventSiteId
Type: InventSiteId Extended Data Type
- _inventTransId
Type: InventTransId Extended Data Type
- _defaultDimension
Type: DimensionDefault Extended Data Type
- _postLedger
Type: boolean
- _stornoPhysical
Type: boolean