Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the smmContactPersonSynchronizeFieldMapping table by using the specified userId, contactPersonId, and outlookContactField values.
Syntax
client server public static smmContactPersonSynchronizeFieldMapping find(
UserId _userId,
ContactPersonId _contactPersonId,
smmOutlookContactFields _contactField,
[boolean _forUpdate])
Run On
Called
Parameters
- _userId
Type: UserId Extended Data Type
The UserId value of the record to find.
- _contactPersonId
Type: ContactPersonId Extended Data Type
The ContactPersonId to find.
- _contactField
Type: smmOutlookContactFields Enumeration
The smmOutlookContactFields to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: smmContactPersonSynchronizeFieldMapping Table
A record from the smmContactPersonSynchronizeFieldMapping table.