Hi Experts ..
In one of my requirement table to be displayed on UI is decided on which check box is selected on screen
Consider if i clicked on Employee Check box, how to get properties or fields of Employee entity type from Odata services .
By using $metadata i will fields of all entity types. But i need fields of particular entity types, then how to send it back to UI
ion the form objects, so that UI people can create table containing those fields .
Thanks