Skip to Content
0
Aug 23, 2023 at 02:32 PM

Enable the action buttons in sap fiori worklist application

414 Views

Hello all,

I am using sap fiori element worklist template to create my app, there I need to add action buttons, I have added the action buttons but those action buttons are disabled and I want to enable it using cap UI annotations.

Could anyone please help me on this.

action.png

the below is the code I am writing for the action buttons and I want to enable that delete button.{ $Type : 'UI.DataFieldForAction', Label : 'Raise Resignation', ![@UI.IsCopyAction] : true, },{ $Type : 'UI.DataFieldForAction', Label : 'Cancel' }

Attachments

action.png (20.4 kB)