Hi,
I've created one HTML page which consist of a table. In that table cells will be created dynamically. Inside the cells there will be Textfield, dropdown menus will be present.
I'll insert this webresource inside a CRM custom entity.
My requirement is, In the textfields which is created inside the table should trigger autocomplete. Autocomplete suggestions will have to be retrieved from another entity records.
I hope I'm clear. How to achieve this?
Thanks!!