VendBankAccount.checkDunsValueExists Method
Checks whether the unique combination of the record ID in the LogisticLocation table and Duns4 number exists other than in current record.
Syntax
private boolean checkDunsValueExists(RefRecId _logisticLocationRecId, VendDUNS4Num _duns4Number)
Run On
Called
Parameters
- _logisticLocationRecId
Type: RefRecId Extended Data Type
The record ID of the LogisticLocation table.
- _duns4Number
Type: VendDUNS4Num Extended Data Type
The variable that contains the value for the Duns4 number.
Return Value
Type: boolean
true if the combination of the record ID of the LogisticLocation table and Duns4 number exist other than the current record; otherwise, false.