cancel
Showing results for 
Search instead for 
Did you mean: 

How to change message? One selected object cannot be processed.

fshestov
Explorer
0 Kudos
273

Hi. I have a Fiori application and a button in the toolbar. The availability of the button is controlled by status. If multiple lines are selected, a message appears: "One selected object cannot be processed.

Workbench dc692f36-ef96-4944-b903-3bd75716f462". How can I replace ID with WBS from the line?  I tried the annotation "@Common: {SemanticKey: [wbs]}" but it does not change. 

fshestov_1-1728593708190.pngfshestov_2-1728593771294.png

Thanks


 

View Entire Topic
catano
Active Participant
0 Kudos

Hi @fshestov ,

Have you tried with:

@UI: { Identification  : [{ Value: wbs }] }

Regards,

Peter 

fshestov
Explorer
0 Kudos
Hi. I have it but no changes.
fshestov
Explorer
0 Kudos
Identification: [ { $Type : 'UI.DataFieldForAction', Action: 'CatalogService.Submit4Approval', Label : '{i18n>Submit4Approval}' }, { $Type : 'UI.DataFieldForAction', Action: 'CatalogService.Approve', Label : '{i18n>Approve}' }, { $Type : 'UI.DataFieldForAction', Action: 'CatalogService.Reject', Label : '{i18n>Reject}}' }, { $Type: 'UI.DataField', Value: wbs } ],
Sachin_n_m
Associate
Associate
0 Kudos
@fshestov, We are also facing same issue where we have a guid coming in when we selected multiple items and we also wanted to replace guid with more readable item id. Can you please let us know if you were able to resolve this issue. If so any pointers on how to resolve it would be great.