Is it possible to add a button to the `item` subli...
# suitescript
d
Is it possible to add a button to the
item
sublist on a Transaction in VIEW mode?
e
Yes it's possible using a client script and DOM manipulation
e
Why not with a user event script before load?
r
Client script triggers in view mode ? Seems like I am forgetting something.
e
if you create your function outside of pageInit, it will execute just like any JS function.