Once the Command event is defined, we should be able to trigger it from a menu using the "Publish event" action, with our custom event as a parameter.
While it can be configured, and the menu entry can appear in the REST response like this:
http://108.143.148.198:8180/D2-Smartview/repositories/repo/actions.json?type=MenuContext&widgetType=DoclistWidget&include-actions=PROMOTED&include-subtype=true&object-ids=090000018000bdd6
… {
"id": "menuContextCopyLink",
"action": "D2-RunReport",
"promoted": true,
"actionParameters": {
"message": "test"
},
"properties": {
"name": "Run report,
"toolTip": "Run report",
"isDefault": false,
"isDisabled": false,
"shortcut": null,
"menuType": "MenuContext",
"subMenuType": null
}
},…
The custom action is not displayed in the UI.
The same action is properly displayed from a static toolbar defined in a widget.