CustVendBalanceListTmp_CN.findByAccountCurrency Method
Finds a CustVendBalanceListTmp_CN record by using a customer or vendor account number and a currency code
Syntax
public CustVendBalanceListTmp_CN findByAccountCurrency(
CustVendAC _accountNum,
CurrencyCode _currencyCode,
CustVendBalanceListTmp_CN _custVendBalanceListTmp)
Run On
Called
Parameters
- _accountNum
Type: CustVendAC Extended Data Type
The customer or vendor account number that is used for the search.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code that is used for the search.
- _custVendBalanceListTmp
Type: CustVendBalanceListTmp_CN Table
A CustVendBalanceListTmp record.
Return Value
Type: CustVendBalanceListTmp_CN Table
A CustVendBalanceListTmp_CN record.