Is there a way to do N/task to execute a MR script...
# suitescript
n
Is there a way to do N/task to execute a MR script form a client script? I want to show a message on button click but couldn't figure out how to do that with the submit button because it would post the suitlet before a message could show
k
N/task is server side only. Either inject the message to the button or use 2 buttons one for the message and the other for submission.
n
hmm @Kyriakos Zisopoulos is there a way to display a message through client script like n/ui/message?
k
I don't think you can when you press the button