RE: 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 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!