Would you mind telling me how to get the entity name in the dropdown list?
For example, in the image below, when I press the dropdown, I want to select "Patient", "PatientHealthStatus", "PatientImage" and "PatientOnboarding".
I want to develop a screen where you select an entity from a dropdown and display that table in a DataGrid.
Thanks.
Hi ,
Under entity there is one column like Entity.Name . this have table name of each of the module. so you can use this column for fill table name in dropdown.
Thanks
CV
Chandra Vikas thanks.
I understand that the Entity table contains information about the created entity.
Thank you for your detailed explanation.
I refer to what you taught me.
Thanks!
there is Entity table under system module , so you can use that entity table and fill the dropdown list. this entity table have all the entity information of your module.
if it is not showing your module you need to take reference from manage dependency under system e space.
let me know if anything more info needed.
I want to select table name.
If you know about that, Would you mind telling me how to implement ?