SalesPurchJournalLine_IN.checkVendorName Method
Checks whether the vendor name that is passed exists.
Syntax
public boolean checkVendorName(LogisticsLocationRecId _vendlocation, VendAccount _vendAccount)
Run On
Called
Parameters
- _vendlocation
Type: LogisticsLocationRecId Extended Data Type
The location record ID of the vendor.
- _vendAccount
Type: VendAccount Extended Data Type
The vendor account of the vendor.
Return Value
Type: boolean
true if the name is found; otherwise, false.