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
- _accountant
Type: RefRecId Extended Data Type
The accountant record ID.
- _location
Type: LogisticsLocationRecId Extended Data Type
The location record ID.
- _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.