VendRequest::findByVendorParty Method
Finds the specified record in the VendRequest table that is based on the party for the vendor.
Syntax
client server public static VendRequest findByVendorParty(DirPartyRecId _partyRecId)
Run On
Called
Parameters
- _partyRecId
Type: DirPartyRecId Extended Data Type
The record ID of the DirPartyTable table to find.
Return Value
Type: VendRequest Table
A record in the VendRequest table; otherwise, an empty record.