<@U5TNEF7FW> you need to have a UE script that add...
# suitescript
j
@karlenigma you need to have a UE script that adds a button in before load using:
Copy code
scriptContext.form.addButton({                              
          id: "custpage_button",                                   
          label: "",            
          functionName: "functionname()"                                  
        });
Then you need to set the client script
scriptContext.form.clientScriptModulePath = './script.js';