@company::findPeopleByCustomField
Retrieves all Users in the Company that match the custom field specified.
Syntax:
@company::findPeopleByCustomField(String fieldName, String
fieldValue, String operator)
Parameters:
- (String) fieldName: field name
- (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: