Anyone ever use the "Custom Actions" on a form wit...
# suitescript
v
Anyone ever use the "Custom Actions" on a form with SS2.0 to link a function to a button? I did this a long time ago with 1.0 and it was beyond easy, but I can't find any good documentation on this for 2.0 or... should i just say screw it and do it on a UE?
c
I haven't used it due to the restriction regarding View -- afaik, you can't use Custom Actions on a form in View mode
j
Correct about view. In edit mode as long as the 2.0 client side script has a function to call, you can reference it under Custom Actions on the form
v
dang, that's pretty lame then. thanks guys
e
Check out
N/action
The N/action module APIs let you execute business logic to update the state of records in view mode.
🌟 4