DirPartyTable::createNew Method
Creates a new record in the DirPartyTable.
Syntax
client server public static DirPartyTable createNew(
DirPartyType _partyType,
Name _name,
[DirPartyNumber _partyNumber])
Run On
Called
Parameters
- _partyType
Type: DirPartyType Enumeration
A DirPartyType value for the new DirPartyTable record.
- _name
Type: Name Extended Data Type
A Name value for the new DirPartyTable record.
- _partyNumber
Type: DirPartyNumber Extended Data Type
A DirpartyNumber value for the new DirPartyTable record; optional.
Return Value
Type: DirPartyTable Table
A newly created DirPartyTable record.