Grouped Mails tags on contact and dashboard count and listing of Co- Workers, Family and Clients Gives Error.
Description - We have added tag on Contacts to separate the Contacts on Family , Clients and co- worker Groups. Tag saved properly into DB but when we searched count for that grouped contacts it get failed to get same count and listing from the database.
Solution -
Check API which store the Tag and DB column with same tag inserted into DB.
Work ad Debug on SP's which gives the count and listing .
Need to change Join with SalestrackingContacts and SalestrackingEmail with ExternalContacts. and ExternalEmail.
SalestrackingContacts and SalestrackingEmail - Used to display Application Contacts.
Need to change Join with address information table which gives recipients mail address with EmailRowGUID.
Grouped Mails tags on contact and dashboard count and listing of Co- Workers, Family and Clients Gives Error.
Description - We have added tag on Contacts to separate the Contacts on Family , Clients and co- worker Groups. Tag saved properly into DB but when we searched count for that grouped contacts it get failed to get same count and listing from the database.
Solution -
Work ad Debug on SP's which gives the count and listing .