in a client script - context.mode tells me if it's...
# suitescript
m
in a client script - context.mode tells me if it's for instance edit or create mode. is there anything that would tell me it's a pageInit context?
c
There is no pageInit context. There's a pageInit hook that loads EVERY time the record is loaded in the UI.
👍 1
m
Ah ok. Thanks for the heads up.