RetailTaxPurch.new Method [AX 2012]
Initializes a new instance of the RetailTaxPurch class.
public void new(
RetailTransactionTable _transactionTable,
RetailTaxGroup _taxGroup,
TaxItemGroup _taxItemGroup,
InventTransId _inventTransId,
Name _txt,
DimensionDefault _dimension,
NoYes _post,
LedgerVoucher _ledgerVoucher)
Run On
ServerParameters
- _transactionTable
- Type: RetailTransactionTable Table
The current RetailTransactionTable record.
- _taxGroup
- Type: RetailTaxGroup Extended Data Type
The current TaxGroup value.
- _taxItemGroup
- Type: TaxItemGroup Extended Data Type
The current TaxItemGroup value.
- _inventTransId
- Type: InventTransId Extended Data Type
The current InventTransID value.
- _txt
- Type: Name Extended Data Type
The current txt value.
- _dimension
- Type: DimensionDefault Extended Data Type
The current dimensions value.
- _post
- Type: NoYes Enumeration
A NoYes enumeration value that indicates whether to post.
- _ledgerVoucher
- Type: LedgerVoucher Class
The current instance of the LedgerVoucher class.
Community Additions
ADD
Show: