[progress Communities] [progress Openedge Abl] Forum Post: Re: Display Group Actions As...

  • Thread starter Thread starter Mayank Kumar
  • Start date Start date
Status
Not open for further replies.
M

Mayank Kumar

Guest
Hi Aede, Currently there is no support for showing the workflow action buttons in the grid toolbar. You can log an enhancement request for the same. Talking about the script you requested for, since there is no unique identifier associated with the workflow action buttons (since there is no integration name for them), it is very difficult to identify the element uniquely in the DOM. If you know or can make sure that your workflow action button labels would be unique, you can try out the below script. Please note that the More Actions (3 dots) are disable by default unless some record is selected. So if you want, you can show or hide the button in the toolbar based on the record selection. Below example will do some DOM changes and move the workflow action button with label (WorkFlowActionTest) from the more actions to the grid toolbar and hide it. Based on the selection of records, we will hide or show that button. Also note that the DOM and the css identifiers/classnames may change in future. In that case, you may want to update your script accordingly. Let me know if this works for you. Regards, Mayank

Continue reading...
 
Status
Not open for further replies.
Back
Top