提问人:Debabrata Mukherjee 提问时间:11/15/2023 最后编辑:Sandra RossiDebabrata Mukherjee 更新时间:11/15/2023 访问量:20
根据 SAP Advanced Workflow 的 groovy 脚本中设置的条件显示/隐藏按钮和表控制器
Ho to show/hide buttons and table controllers based on conditions set in the groovy script in SAP Advanced Workflow
问:
我在时髦的脚本中使用以下代码在窗体中隐藏或显示按钮和表控制器。但这不起作用,并且对屏幕元素的显示/隐藏没有任何影响。在 SAP 高级工作流窗体中单击按钮时调用此脚本。
form.getButton(<button_name>).hide()
form.getWidget(<table_controller_name>).hide()
和
form.getButton(<button_name>).show()
form.getWidget(<table_controller_name>).show()
如果有人能帮助我找到我遗漏的地方,那么我将不胜感激。
答: 暂无答案
评论