Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.