Share via


smmTMCallListTable::findCallListContact Method

Finds record from call list ID and contact person.

Syntax

server public static smmTMCallListTable findCallListContact(
    smmTMCallListID _callListId, 
    ContactPersonId _contactPersonId, 
   [boolean _forupdate])

Run On

Server

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.

Return Value

Type: smmTMCallListTable Table
An smmTMCallListTable record.

See Also

Reference

smmTMCallListTable Table