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.

I have created the filters for option 1 and updated the code structure to make more sense and be easier to follow.

Filter factory passes unit tests. Need to test filters in action.

Resolved, released v3.0.2.0.

Documentation - IDBIA302:Home

Download - SUBIDBIA:Downloads

Will close once receive confirmation from Freehills.