@company::findPeopleByField
Retrieve the people in the company that match the custom attribute specified.
Syntax:
@company::findPeopleByField(String fieldName, String fieldValue,
String operator)
Parameters:
- (String) fieldName: type of field to match on
(FIRSTNAME, LASTNAME, USERID, SITE, LANGUAGE, TIMEZONE)
- (String) fieldValue: string to match.
- (String) operator: operator to match on. (MATCHES,
CONTAINS, ENDS_WITH, STARTS_WITH)
Returns:
List of people that match the specified criteria.
Example: