在网格列表中选择记录时,我想在Confirm
下启用/禁用ButtonUpdateConfirmation
(MenuItemButtonName:Sales and marketing -> Common -> Sales quotation -> All quotation -> Follow up
)按钮。目前,分别发送/创建报价状态时启用/禁用Confirm
按钮。当所选销售报价达到信用额度时,我想要改变此行为以禁用/启用Confirm
按钮。
问题是,我找不到启用/禁用按钮的行为。谁知道它在哪里?我目前正在查看SalesQuotationListPage
表格
答案 0 :(得分:4)
MenuItemButton
ButtonUpdateConfirmation
的更新位于SalesQuotationTableForm class
方法中enableUpdateButtonsMultiselect()
。
这里传递了四个参数FormFunctionButtonControl
。对于MenuItembutton
ButtonUpdateConfirmation
,这是参数:
FormFunctionButtonControl buttonUpdateConfirmation
在此方法中,您可以更改启用/禁用按钮的位置的行为。