Netsuite:有没有办法去掉Save & Print按钮,只保留Save按钮

Netsuite: Is there a way to remove the Save & Print button, only retain the Save button

根据问题,有没有办法通过代码只保留保存按钮并禁用保存和打印按钮?谢谢

在UI

  1. 在商品配送页面的右上角,单击标有“自定义”的link。
  2. 在弹出的菜单上,单击“自定义表单
  3. 单击操作 子选项卡
  4. 找到您要禁用的按钮,然后取消选中 "Show" 复选框。

通过工作流程

您可以在工作流中使用“Remove Button Action”删除表单按钮。

通过 SuiteScript

您可以在加载脚本之前使用用户事件来删除按钮。在 SS1.0 中,这将是 form.removeButton(buttonid),或在 SS2.0 中是 N/ui/serverWidget/Form.removeButton()。有一个标准 Netsuite 按钮的按钮 ID 列表 in the documentation