Dear community,
I have a lookup in an Entity form, when I open the modal lookup to pick an Account, the Account lookup view is displayed but I can't see the seach box to write in and look for the account I need.
I open the lookup from an entity form that is called from an grid action in my main webpage. So, the process is the following:
I have my web page that have a subgrid and button for create (marked in red) from which I open an Insert Entity Form.
The entity form has a lookup to Account table.
From here, I open the lookup modal.
By default, I should have the search box on the right corner (marked in red).
I need to be able to search among existing accounts, there are to many records and for the users is difficult to navigate and look for the account they need.
Any idea on how to sort this out?
Thank you