If we have 20 UserEvent Script on a record, and ou...
# suitescript
r
If we have 20 UserEvent Script on a record, and out of 20 if lets say 10 are deployed but the script is inactive, does it affect the performance of the record?
c
Adding any scripts effects performance. At the end of the day the database has to get the record to see if its active etc. Although a minuscule amount of time it is time and if called 200,000+ times a day it would eventually be noticeable!
r
Expected the same, that's why already undeployed them as well, just wanted to make sure. Thanks