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
- _callListId
Type: smmTMCallListID Extended Data Type
The ID of the call list.
- _contactPersonId
Type: ContactPersonId Extended Data Type
The ID of the contact person.
- _forupdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: smmTMCallListTable Table
An smmTMCallListTable record.