i need to trigger a script if the item field of th...
# suitescript
v
i need to trigger a script if the item field of the item sublist is filled in(created a new line or edited a line).which script should i use?
n
Client script. Most likely a fieldChanged entry point
☝️ 1
e
Yep,
fieldChanged
or
postSourcing
, depending on what other data you might need for this script
My overview of the various record events, for the curious:

https://www.youtube.com/watch?v=coLkgeuTFFM

🙌 3