<@U6DMM5KHU> Suitelets are not designed to be mode...
# suitescript
a
@Zack Suitelets are not designed to be modern ajax-like pages and if you try to mimic that with Client side code the performance is going to be poor. Try to design/use them as they are intended to be use: Request / Response model, do all heavy load server side and minimize as much as possible client side code. In Suitelets you will be better limiting client side to basic validations.
💯 1