0
Completed
Add filter on imported contacts
Adam van Vliet 13 years ago
in UNIFYBroker/LexisNexis InterAction
•
updated by anonymous 9 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
- 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:
- 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.
- Multiple values for the same field only.
- Multiple values for FolderId only.
- One value for FolderId only.
Customer support service by UserEcho
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.