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.
Inserts a record in the BankIBSLog_BE table for the specified file name, payment type, and bank account.
Syntax
server public static void createPaymFileRecord(
Filename _fName,
BankIBSPaymType _paymType,
CompanyBankAccountId _bankAccountId)
Run On
Server
Parameters
- _fName
Type: Filename Extended Data Type
A file name.
- _paymType
Type: BankIBSPaymType Enumeration
A payment type.
- _bankAccountId
Type: CompanyBankAccountId Extended Data Type
A bank account ID.