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.
Sets the status fields for a BankBorderoTable_BR table record, if the record is found.
Syntax
server public static void setBorderoStatus(
CompanyBankAccountId _accountID,
BorderoSequenceNum_BR _borderoSequenceNum,
BorderoStatus_BR _borderoStatus,
Voucher _voucher,
CurrencyCode _currencyCode)
Run On
Server
Parameters
- _accountID
Type: CompanyBankAccountId Extended Data Type
The CompanyBankAccountId value that the record must have.
- _borderoSequenceNum
Type: BorderoSequenceNum_BR Extended Data Type
The BorderoSequenceNum_BR value that the record must have.
- _borderoStatus
Type: BorderoStatus_BR Enumeration
The BorderoStatus_BR value to set on the record.
- _voucher
Type: Voucher Extended Data Type
The Voucher value to set on the record.
- _currencyCode
Type: CurrencyCode Extended Data Type
The CurrencyCode value to set on the record.
Exceptions
Exception | Condition |
---|---|
Error | The record that should have its status set cannot be found. |