Hello, I have a saverecord script that causes a re...
# suitescript
p
Hello, I have a saverecord script that causes a record to freeze when the save button is clicked on the record? It stops working in a for loop. What can I do to figure out what is causing the script to freeze?
b
fair chance the answer is use the debugger
p
thanks
n
use console.log in the for loop to see till how far it process before getting stuck. There is a probability that the iteration variable is getting reset. Happened with me.