Anyway to add an action with a user event instead ...
# suitescript
i
Anyway to add an action with a user event instead of a button? Our buttons are about to run off the page lol.
s
Do you mean you want to initiate an action when the record loads, or is saved, instead of with buttons?
i
@suitedev Not initiate. I want to add to this menu
s
You can modify the form
Form > Customize > Actions
(customize the record form) then under Actions, you can change standard actions so they are a list or a button..
You can also add custom actions and define whether they're in the list or displayed as a button
message has been deleted
you want to do this in a UE ?
i
Yea, but the problem is, those actions only show up when the record is in edit mode. I want the user to be able to access them in view mode
s
yep
p
It is possible, but you need to put some DOM scripts which is not supported by NS.
I've created an additional button on the item column field so that the user will be able to check the Kit Item's component without opening another tab or window. I used a bit of JQ to achieve this. It is not advisable for customer without an in-house dev.