DirPartyTable::findByNum Method
Gets a record from the DirPartyTable table based on a DirPartyNumber value.
Syntax
client server public static DirPartyTable findByNum(
DirPartyNumber _partyNumber,
[boolean _forupdate,
DirPartyType _partyType])
Run On
Called
Parameters
- _partyNumber
Type: DirPartyNumber Extended Data Type
A DirPartyNumber value for which a record must be selected.
- _forupdate
Type: boolean
A Boolean value that determines whether to read the record for update; optional.
- _partyType
Type: DirPartyType Enumeration
The party type.
Return Value
Type: DirPartyTable Table
A record from the DirPartyTable table.