How can I integrate the Entity to Dropdown list in Apps. When “=” is clicked inside the List box in Apps, there supposed to be “resource” pannel shows up, but nothing happens. Something seems have changed in the recent version (24.10.5) but I can’t find it. Can anyone help out?
Here you want to fetch dropdown from items found in DataService.
Here is how to achieve this, you will see it is pretty easy but again, it has entirely changed from legacy apps to now apps with vb expressions.
You’ve already added Entities so in your drop down:
1:Click ListSource the “Open Resources” button next to it
2: Click Query Builder
3: In the Select Source, select your entity
4: If needed, add conditions ( for instance: Where field Active = True ), you also have “Additional settings” available to sort results.
5: Click Save
6: Now you have items fetched from your DataService, but you need to tell app, which field from your entity you want to show to the user. Just below “List source” you have “Column” property, they expect you to put property name from entity.