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.
Changes production orders using static interface from the standard cost conversion.
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 void adjustFromStdCostConvert(
InventTransAdjustDataMap _inventTransAdjustDataMap,
Voucher _voucher,
TransDate _transDate,
[InventTransCurrency_RU _inventTransCurrency])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static void adjustFromStdCostConvert(
InventTransAdjustDataMap _inventTransAdjustDataMap,
Voucher _voucher,
TransDate _transDate,
[InventTransCurrency_RU _inventTransCurrency])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static void adjustFromStdCostConvert(
InventTransAdjustDataMap _inventTransAdjustDataMap,
Voucher _voucher,
TransDate _transDate)
Microsoft Dynamics AX 2012 (FPK)
client server public static void adjustFromStdCostConvert(
InventTransAdjustDataMap _inventTransAdjustDataMap,
Voucher _voucher,
TransDate _transDate)
Microsoft Dynamics AX 2012 (SYS)
client server public static void adjustFromStdCostConvert(
InventTransAdjustDataMap _inventTransAdjustDataMap,
Voucher _voucher,
TransDate _transDate)
Run On
Called
Parameters
- _inventTransAdjustDataMap
Type: InventTransAdjustDataMap Class
The InventTransAdjustDataMap class that hold the adjustments.
- _voucher
Type: Voucher Extended Data Type
The Voucher used to do the posting of the adjustments.
- _transDate
Type: TransDate Extended Data Type
The transaction used to do the posting of the adjustments.
- _inventTransCurrency
Type: InventTransCurrency_RU Enumeration