DirPartyTable::findByName Method
Gets the first record from the DirPartyTable table that is based on the Name and DirPartyType values.
Syntax
client server public static DirPartyTable findByName(
str _name,
[DirPartyType _partyType,
boolean _forupdate])
Run On
Called
Parameters
- _name
Type: str
The Name value for which a record must be selected.
- _partyType
Type: DirPartyType Enumeration
The DirPartyType value for which a record must be selected; optional.
- _forupdate
Type: boolean
A Boolean value that determines whether to read the record for update; optional.
Return Value
Type: DirPartyTable Table
A record from the DirPartyTable table.