10-20-2017 07:25 AM
I am trying to find a way in the contact list to get all the selected/highlighted contacts in a contactlist so i can perform some actions on the selected items only. I found a way to access the Act.Shared.Windows.Forms.ActFlexGrid control as was able to go through the rows and pull cell data but no way to access the act.framework.contacts.contact associated with that row. Right now i am forced to pull the contact name from the contact cell and do a lookup and add that to my custom contact list, but if there are two contacts with the same name i have issues. Any ideas on how i can do this?
10-24-2017 02:03 PM