LogisticsElectronicAddress::createElectronicAddressFromUnsolicited Method
Creates a new record in LogisticsElectronicAddress from an unsolicited vendor profile.
Syntax
client server public static void createElectronicAddressFromUnsolicited(
DirPartyRecId _dirPartyRecId,
LogisticsElectronicAddressMethodType _type,
LogisticsElectronicAddressLocator _locator,
LogisticsIsPrimary _isPrimary)
Run On
Called
Parameters
- _dirPartyRecId
Type: DirPartyRecId Extended Data Type
The record ID of DirPartyTable table.
- _type
Type: LogisticsElectronicAddressMethodType Enumeration
The LogisticsElectronicAddressMethodType to insert.
- _locator
Type: LogisticsElectronicAddressLocator Extended Data Type
The LogisticsElectronicAddressLocator to insert.
- _isPrimary
Type: LogisticsIsPrimary Extended Data Type
The LogisticsIsPrimary to insert.