Given a list of Invoices shown by a Fiori List Report, I want the option to Accept/Reject a selected one via custom Action buttons on the toolbar of my List.
I managed to add one Action to my 'Status' column, but how do I add another Action linked to the same column?
@UI: {
fieldGroup: [{ qualifier: 'General', position: 40 }],
lineItem: [ { position: 50, label: 'Status', importance: #HIGH },
{ type: #FOR_ACTION, dataAction: 'acceptInvoice', label: 'Accept' } ] }
status as Status,