hello everyone, my superior wanted a way for him to be able to click a button when viewing a Task so a window would pop up and he could just type in something, click save, and the value would get filled in at the Comment field.
anyone have any idea how to pull this off in Suitescript? I know for a fact I need a UserEvent to make the button, and ClientScript to give the button some logic, and saving the text into the Task's Comment body field just needs a record.load and save, but how does one go about generating a custom layout window with buttons?