InventTransOrigin::deleteMarking Method
Removes the marking from transactions that have the specified inventory transaction originator.
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
server public static InventQty deleteMarking(
InventTransOriginId _inventTransOriginId,
InventTransOriginId _markingRefInventTransOrigin,
InventQty _markQty,
[boolean _clearItemReference,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
boolean _showInfoReservRemoved,
boolean _interCompanyBypassMarkingAllowed,
PdsCWInventQty _cwMarkQty,
PmfQtyDataCarrier _outQuantities,
boolean _onlyFinancialPosted,
SortOrder _sortOrder])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static InventQty deleteMarking(
InventTransOriginId _inventTransOriginId,
InventTransOriginId _markingRefInventTransOrigin,
InventQty _markQty,
[boolean _clearItemReference,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
boolean _showInfoReservRemoved,
boolean _interCompanyBypassMarkingAllowed,
PdsCWInventQty _cwMarkQty,
PmfQtyDataCarrier _outQuantities,
boolean _onlyFinancialPosted])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static InventQty deleteMarking(
InventTransOriginId _inventTransOriginId,
InventTransOriginId _markingRefInventTransOrigin,
InventQty _markQty,
[boolean _clearItemReference,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
boolean _showInfoReservRemoved,
boolean _interCompanyBypassMarkingAllowed,
PdsCWInventQty _cwMarkQty,
PmfQtyDataCarrier _outQuantities])
Microsoft Dynamics AX 2012 (FPK)
server public static InventQty deleteMarking(
InventTransOriginId _inventTransOriginId,
InventTransOriginId _markingRefInventTransOrigin,
InventQty _markQty,
[boolean _clearItemReference,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
boolean _showInfoReservRemoved,
boolean _interCompanyBypassMarkingAllowed])
Microsoft Dynamics AX 2012 (SYS)
server public static InventQty deleteMarking(
InventTransOriginId _inventTransOriginId,
InventTransOriginId _markingRefInventTransOrigin,
InventQty _markQty,
[boolean _clearItemReference,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
boolean _showInfoReservRemoved,
boolean _interCompanyBypassMarkingAllowed])
Run On
Server
Parameters
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The ID of the inventory transaction originator for which marking is removed.
- _markingRefInventTransOrigin
Type: InventTransOriginId Extended Data Type
The ID of the inventory transaction originator with which the transactions must be marked.
- _markQty
Type: InventQty Extended Data Type
The quantity on transactions for which marking is removed.
- _clearItemReference
Type: boolean
Specifies whether other reference fields should be cleared.
- _inventDimCriteria
Type: InventDim Table
The inventory dimension values to match when finding transactions.
- _inventDimParm
Type: InventDimParm Table
The inventory dimensions to match when finding transactions.
- _showInfoReservRemoved
Type: boolean
A Boolean value that indicates whether information about the removed marking should be displayed; otherwise, false.
- _interCompanyBypassMarkingAllowed
Type: boolean
A Boolean value that indicates whether additional reference fields are cleared in special intercompany cases.
- _cwMarkQty
Type: PdsCWInventQty Extended Data Type
The catch weight quantity on transactions for which marking is removed.
- _outQuantities
Type: PmfQtyDataCarrier Class
A variable that is updated by using the inventory and catch-weight quantities for which marking was removed.
- _onlyFinancialPosted
Type: boolean
- _sortOrder
Type: SortOrder Enumeration
Return Value
Type: InventQty Extended Data Type
The quantity for which marking was removed.