Is there any way to get all records of search in script
As with .each we are able to get only 4000 and with get range maximum 1000.
Hi Haris,
Could you please share the full script, if possible.
Thanks,
Chris
Sounds you like you probably have a really inefficient loop/sort, you have to be doing a lot of things to exceed the call stack.
Hi Harish,
To avoid this error include firefieldchanged parameter in script and set it to False. This error is because of an unending loop exists in field change event.
Thanks!