Help writing a script to Bulk 'Assign Team' To list of Accounts?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Help writing a script to Bulk 'Assign Team' To list of Accounts?

justin.g.robinson
I've just started implementing a pilot of opentaps 1.5M3 at my company. I imported all our customer accounts & then created a account team. I'd like to assign all the accounts to this team. However can't seem to find a way to do this.(It seems there is only a button to assign them one at a time which isn't practical) I've had a look at the AccountsScreens.xml and then the TeamForms.xml section where I can kinda gather from |form name="assignTeamToAccountForm"| what is involved in the action. I was thinking of trying to write a script to iterate through all the account partId's I want assigned to the team calling this action (somehow I'm not really sure where to begin). But at this stage have a very rudimentary understanding of the system's architecture, I plan to learn exactly how it works because I need to customize it to our exact requirements. But in this pilot my object is just to get the CRM system operational so customer services can start using it as a replacement for our current ticket system. And advice about how I could go about writing such a script & what mechanisms it should make use of would be very helpful.