CustVendCheque.initTmpChequePrintout Method [AX 2012]
Syntax
private void initTmpChequePrintout(
LedgerJournalACType _accountType,
LogisticsPostalAddress _address,
LogisticsLocationEntity _location,
VendTable _vendTable,
CustTable _custTable,
BankAccountTable _bankAccountTable,
BankNegInstRecipientName _bankNegInstRecipientName,
RefRecId _recId,
ChequeFormType _chequeFormType,
boolean _printStreetCity,
boolean _printSignature)
Run On
Called
Parameters
- _accountType
Type: LedgerJournalACType Enumeration
- _address
Type: LogisticsPostalAddress Table
- _location
Type: LogisticsLocationEntity Class
- _vendTable
Type: VendTable Table
- _custTable
Type: CustTable Table
- _bankAccountTable
Type: BankAccountTable Table
- _bankNegInstRecipientName
Type: BankNegInstRecipientName Extended Data Type
- _recId
Type: RefRecId Extended Data Type
- _chequeFormType
Type: ChequeFormType Enumeration
- _printStreetCity
Type: boolean
- _printSignature
Type: boolean