Identity Broker Forum

Welcome to the community forum for Identity Broker.

Browse the knowledge base, ask questions directly to the product group, or leverage the community to get answers. Leave ideas for new features and vote for the features or bug fixes you want most.

0
Completed

Add filter on imported contacts

Adam van Vliet 13 years ago in UNIFYBroker/LexisNexis InterAction updated by anonymous 8 years ago 2

The contact search should allow for filters to be set as large searches can time out.

The following fields can be filtered on:

  • City
  • ClientCode
  • CompanyName
  • ContactName
  • Country
  • Department
  • Email
  • ExcludeCategoryIDs (multiple separated by semi-colon)
  • FirstName
  • FolderId
  • IncludeCategoryIDs (multiple separated by semi-colon)
  • JobTtle
  • LastName
  • PhoneNumber
  • PostalCode
  • State

The following options can be considered:

  1. Multiple values for the same field are OR'd, different fields are AND'd. This would be achieved with multiple requests for each filter and field, with different fields union'd and the intersection of each field being the result.
  2. Multiple values for the same field only.
  3. Multiple values for FolderId only.
  4. One value for FolderId only.