Hi All, win terms of hierarchy, which executes las...
# suitescript
g
Hi All, win terms of hierarchy, which executes last? client script's pageInit or user event's beforeLoad? I'm assuming pageInit executes last
m
Correct. The User Event before load is executed on the server before the response is sent to the browser.
😍 1