Error :InternalError too much recursion in Client ...
# suitescript
j
Error :InternalError too much recursion in Client Script on Post Sourcing.How to overcome this? @ThanksInAdvance
b
its likely one of your calls to setValue is triggering another entry point,which in turns triggers another entry point in a recursive loop
either have better filtering in your entry points
j
thanks battk
I am Setting the line value.but while testing I am not facing this issue?
b
you can try sharing your code, but this is the type of problem that requires you to share all the scripts / workflows in your account, which is a huge pain