对于列表报告中对象页面中的不同方面,当我添加任何自定义操作并将属性“requiresSelection”添加为 true 时,操作保持禁用状态。
尝试在 manifest.json 中添加以下代码
"Sections": {
"to_PDL::com.sap.vocabularies.UI.v1.LineItem": {
"id": "to_PDL::com.sap.vocabularies.UI.v1.LineItem",
"Actions": {
"TestAction_Deactivate": {
"id": "TestAction_Deactivate",
"text": "Deactivate",
"press": "onDeactivate",
"requiresSelection" : true
}
}
}
}