Discussions
Script Execution Instruction Count Exceeded
I've create a custom Suite-let that retrieves and displays sales data in an iFrame. This script works with a large amount of data returned from scripted search. The returned search object may contain as many as 9000+ records after which I use a series of loops and objects to perform roll up sales calculations.
This script runs find from client side, but yields 'Script Execution Instruction Count Exceeded' when run from server. Is there anyway to calculate this limit and make provisions for it in my script? Any help would be greatly appreciated.
Thanks