function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
wsuycottwsuycott 

Account Team members and Opportunity Team Members

We are looking for a means to take specific types of Account Team members and insert them as Opportunity Team members.  Our model is such that we may have several different "Account Managers" assigned to a given account, and each account may have as many as 15-20 different sales rep's calling on them.  The Account Managers want to know ALL opportunities that are transpiring in their defined base of accounts, however the only way the reporting system will enable this type of visibility is if the Account Manager(s) are part of the Opportunity Team.  Thus far the only ideas that have come forth are to write a sweeper program that will execute off hours to loop through all records in the AccountTeamMembers table and then through each Account and Opportunity to inspect the OpportunityTeamMembers to see if the AccountTeamMembers that meet the "Account Manager" criteria exist and if not to insert them into the OpportunityTeamMember table.  This would be a fairly intensive program, so we are trying to find other options to enable the "Account Managers" to see what opportunities are occuring in their defined patch.