RE: How to Invoke Button Function with Client Script
I’ve added a button with a beforeLoad UE script. When the user clicks the button, it should create a new instance of a custom record. As I understand, you need a client script to handle the button click. I seem to be having trouble invoking my button function, though. I set the name of the function when I created the button in the UE script. Then I defined the named function in my client script. But when the button is clicked, the function in the client script is never invoked. Anyone know what I’m missing?
Can you share the simplified code of your User Event and Client Script? Are you sure that you are setting this line properly? It should reference the correct directory of the file.
context.form.clientScriptModulePath = './LEACC_CL_for_Suitelet.js';