VendInvoiceInfoTable_W::isAccessKeyAlreadyUsed_BR Method
Determines whether the access key provided is being used by another vendor invoice. Two different vendor invoices should not have the same access key.
Syntax
client server public static boolean isAccessKeyAlreadyUsed_BR(EFDocAccessKey_BR _accessKey, TradeLineRefId _tableRefId)
Run On
Called
Parameters
- _accessKey
Type: EFDocAccessKey_BR Extended Data Type
The access key to be searched.
- _tableRefId
Type: TradeLineRefId Extended Data Type
The tableRefId of the vendor invoice.
Return Value
Type: boolean
true if the specified access key is already used by some different vendor invoice; otherwise, false.