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.
Initializes a new instance of the InventMov_TransferScrap class.
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
client server public static InventMov_TransferScrap newParameters(
InventTransferLine _inventTransferLine,
InventTrans _inventTransReceipt,
InventTransferParmTable _inventTransferParmTable,
[boolean _isReturn,
boolean _isStorno])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static InventMov_TransferScrap newParameters(
InventTransferLine _inventTransferLine,
InventTrans _inventTransReceipt,
InventTransferParmTable _inventTransferParmTable,
[boolean _isReturn,
boolean _isStorno])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static InventMov_TransferScrap newParameters(
InventTransferLine _inventTransferLine,
InventTrans _inventTransReceipt,
InventTransferParmTable _inventTransferParmTable)
Microsoft Dynamics AX 2012 (FPK)
client server public static InventMov_TransferScrap newParameters(
InventTransferLine _inventTransferLine,
InventTrans _inventTransReceipt,
InventTransferParmTable _inventTransferParmTable)
Microsoft Dynamics AX 2012 (SYS)
client server public static InventMov_TransferScrap newParameters(
InventTransferLine _inventTransferLine,
InventTrans _inventTransReceipt,
InventTransferParmTable _inventTransferParmTable)
Run On
Called
Parameters
- _inventTransferLine
Type: InventTransferLine Table
The inventory transfer order line for which the movement is created.
- _inventTransReceipt
Type: InventTrans Table
The related receipt inventory transaction.
- _inventTransferParmTable
Type: InventTransferParmTable Table
The updated parameters of the inventory transfer order.
- _isReturn
Type: boolean
- _isStorno
Type: boolean
Return Value
Type: InventMov_TransferScrap Class
A new instance of the InventMov_TransferScrap class.