smmContactPersonSynchronizeFieldMapping::updateLocation Method
Updates the contact mapping field by using a new location record ID.
Syntax
client server public static void updateLocation(
smmOutlookContactFields _contactField,
DirPartyRecId _party,
LogisticsLocationRecId _newLocation,
[LogisticsLocationRecId _oldLocation])
Run On
Called
Parameters
- _contactField
Type: smmOutlookContactFields Enumeration
An smmOutlookContactFields enumeration type to update
- _party
Type: DirPartyRecId Extended Data Type
A DirPartyRecId value of the record to update.
- _newLocation
Type: LogisticsLocationRecId Extended Data Type
A LogisticsLocationRecId value to set.
- _oldLocation
Type: LogisticsLocationRecId Extended Data Type