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.
Syntax
server public static void insertCheque(
CompanyBankAccountId _accountID,
BankChequeNum _chequeNum,
ChequeStatus _chequeStatus,
TransDate _transDate,
Voucher _voucher,
BankChequeRecipientType _recipientType,
CustVendAC _recipientAccountNum,
CurrencyCode _currencyCode,
AmountCur _amountCur,
BankNegInstRecipientName _bankNegInstRecipientName)
Run On
Server
Parameters
- _accountID
Type: CompanyBankAccountId Extended Data Type
- _chequeNum
Type: BankChequeNum Extended Data Type
- _chequeStatus
Type: ChequeStatus Enumeration
- _transDate
Type: TransDate Extended Data Type
- _voucher
Type: Voucher Extended Data Type
- _recipientType
Type: BankChequeRecipientType Enumeration
- _recipientAccountNum
Type: CustVendAC Extended Data Type
- _currencyCode
Type: CurrencyCode Extended Data Type
- _amountCur
Type: AmountCur Extended Data Type
- _bankNegInstRecipientName
Type: BankNegInstRecipientName Extended Data Type