DirPartyTable::find Method

Gets a record from the DirPartyTable table based on a DirPartyNumber value.

Syntax

client server public static DirPartyTable find(
    DirPartyNumber _partyNumber, 
   [boolean _forupdate, 
    DirPartyType _partyType])

Run On

Called

Parameters

  • _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.

See Also

Reference

DirPartyTable Table