Share via


AccountantLogisticsLocation_BR::create Method

Creates a record in the AccountantLogisticsLocation_BR table.

Syntax

client server public static AccountantLogisticsLocation_BR create(
    RefRecId _accountant, 
    LogisticsLocationRecId _location, 
   [boolean _isPostal, 
    boolean _isPrimary])

Run On

Called

Parameters

  • _isPostal
    Type: boolean
    true if the location is a postal address; otherwise, false.
  • _isPrimary
    Type: boolean
    true if the location is primary for the party; otherwise, false. This parameter is not applicable if _isPostal is false.

Return Value

Type: AccountantLogisticsLocation_BR Table
The AccountantLogisticsLocation_BR record that was created.

See Also

Reference

AccountantLogisticsLocation_BR Table