Discussions
Call to client side javascript on afterSubmit server event?
Hi there,
I wish to call a Javascript function on the click of a sales order save button.
In this function I need the internalId of the sales order, so it needs to be called after the record is saved.
My questions regarding this scenario are:-
[LIST]
[*]Does this mean I need to create a server suite script with an "afterSubmit" event?
[*]Can I use the suite script to directly call the client side javascript function, if so how?[/LIST]Any answers you can give me would be appreciated.