11-07-2013 08:03 PM - edited 11-11-2013 09:56 AM
In ACT! 12, I need to a assign a specific team for each contact I am creating.
Going through existing posts, I kind of get an idea how to do that but still have few unasnswered questions.
I also need to be able switching between public and limited access for the same contact.
Here are questions:
1. Knowing the name of the user or the team, how can I get the accessor or accessor array for that user or team?
2. If I call objEntity.SetAccessors(arrAccessors) method passing just a single accessor, will this method remove other accessors already assigned to that contact or it will simply add a new accessor to the list of accessors for that entity?
3. How can I switch the contact's access back to public?
Shall I add "AllUsersAccessor"?
Shall I remove specific accessors?
Without hardcoding, how can I know which accessors refer to specific team or user and which are of generic nature (like "All Users")?
4. Which method lists all accessors currently assigned to the entity?
Following the question above, how can I list only those accessors that make the entity's access limited?
Appreciate any suggestions.
- Vadim K
Update based on respoinse from the support: