I've added a button back to the script and when us...
# suitescript
s
I've added a button back to the script and when user click on it, I would like to go back. This is my code form.addButton({ id: "custpage_back", label: "Back", functionName: 'window.history.back()' }); What am I doing wrong ?