smmContactPersonSynchronizeFieldMapping::find Method

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

  • _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.

See Also

Reference

smmContactPersonSynchronizeFieldMapping Table