NoSuchViewException: View 'Customer.list' is not defined

Hi , I am using the Entity Combo Box and i have faced an issue NoSuchViewException: View ‘Customer.list’ is not defined whenever i click the lookup button as it tries to find the default page with the Customer.list but i named mine Customer.browse. Is there any way i can change it to find the Customer.browse view or do i just change the Customer.browse to Customer.list?
image

1 Like

Hi,

You can change opened view by specifying viewid or viewClass
It can be done using Jmix View Designer in IDE or by manually adding viewId property to your entityComboBox desired action

Docs on actions

Screenshot 2024-03-13 094540

Regards,
Alex

1 Like

Hi Alex,
Thank you so much for the solution , I got it to work. But , I couldnt find this in the document mabye I might have left it while reading it. Thanks!