DirPartyLocation::create Method

Creates a record in the DirPartyLocation table.

Syntax

client server public static DirPartyLocation create(
    DirPartyRecId _party, 
    LogisticsLocationRecId _location, 
   [boolean _isPostal, 
    boolean _isPrimary])

Run On

Called

Parameters

  • _isPostal
    Type: boolean
    A Boolean value that indicates whether the location is a postal address.
  • _isPrimary
    Type: boolean
    A Boolean value that indicates whether the location is primary for the party. This parameter is not applicable if _isPostal is false.

Return Value

Type: DirPartyLocation Table
The DirPartyLocation record that was created.

See Also

Reference

DirPartyLocation Table