Operation Details
Description: Method to list active users registered as Contact Log Attendee for specified Contact Log id.
Sterotype: nsmulti
SQL
SELECT
  contactLogAttendeeID,
  userName,
  versionNo
INTO
  :contactLogAttendeeID,
  :userName,
  :versionNo 
FROM
  ContactLogAttendee 
WHERE contactLogID = :contactLogID 
  AND recordStatus = :recordStatus 
  AND userName IS NOT NULL