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
El_DevEl_Dev 

Apex and Large Files

Can someone help us with some script and a web method that will create a button for a Large and/or Medium sized organization to push out tasks to the field sales.  There would be a few thousand tasks distributed so Apex is required as well as some Java.
 
thx/El
Divya GoelDivya Goel
Please explain your problem in more detail. I may help you.
El_DevEl_Dev
We have 3 Account Types: Acct_1 is over/tasks Acct_2 and Acct_2 is over/tasks Acct _3 there are several hundred Acct_3 types per Acct_2.  Accts_1/2 can assign and send tasks to their respective child accounts, up to 3 tasks can be assigned and show up as a task and as a promotion.
 
We have a customer object that generates this custom tasks.
 
We need a Webmethod to run this from the Apex Server and not the browser since it goes over the 200 limit.
 
We need the appropriate script to run the Webmethod