IntrastatTransfer.getOrderType Method [AX 2012]
Get order type of a transaction.
Syntax
protected IntrastatOrderType getOrderType(
ModuleCustVend _moduleCustVend,
Qty _qty,
IntrastatTransactionCodeId _transactionCode,
IntrastatTransactionCodeId _returnOrderCode)
Run On
Called
Parameters
- _moduleCustVend
Type: ModuleCustVend Enumeration
The module of the transaction.
- _qty
Type: Qty Extended Data Type
Quantity of the transaction.
- _transactionCode
Type: IntrastatTransactionCodeId Extended Data Type
The TransactionCode value of the transaction.
- _returnOrderCode
Type: IntrastatTransactionCodeId Extended Data Type
The TransactionCode code predefined for return order.
Return Value
Type: IntrastatOrderType Enumeration
The order type of the transaction.