RE: call clientscript whitout using button in user Event netsuite script 2.x

call the clientscript from user event aftersubmit but there is no any custom button is clicked it work when standard button is click after that clientscript call

Rohan1801 Rookie Asked on November 1, 2023 in SuiteScript.
Add Comment
1 Answers

You will not be able to call a client script in afterSubmit. What is the bigger picture of what you are trying to do? A shared library might allow you to efficiently use the same piece of code.

Intermediate Answered on November 5, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.