Hi All, I have 2 buttons in Save and Submit as sh...
# suitescript
r
Hi All, I have 2 buttons in Save and Submit as shown in image. Is there a way that I can identify which button user has clicked in the form?
s
are any of these custom buttons?
r
No, those are Netsuite Standard buttons
e
check for the submitter value var buttonValue = context.request.parameters.submitter;
r
This is not a suitelet page, I need to get it either in user event or client script
Can someone help me on this?