13
Views
6
Comments
Popular dropdown with back end static entity
Question


I created a static entity in the back end called UF, my objective is to fill a dropdown with it.

However, I've already tried some alternatives and it didn't work, no data appears in the dropdown. 





Dropdown3.png
Dropdown4.png
Dropdown1.png
Dropdown2.png
Champion

Hi @vn_perpetuo ,

can you please share what issue you have facing.

if possible can you share your OML file.

Thanks,

AV


Hi, unfortunately I can't share the oml, but I'll add a photo showing what the dropdown looks like .

Dropdown5.png
Champion


Please find the attached OML.

Hope this will help you :)

Thanks,

AV


StaticEntityDemo.oml

Hi vn_perpetuo,

Hope you are doing well.

I have gone through the images, looks like everything is fine. Hope you have used the aggregate "ListUF" for dropdown. Just check no filters implement in aggregate and Properties like MaxRecords greater than 0 and Fetch = At Start.

Let me know if you have other queries.

Regards

Shubham

Hi! 

Where do you fill the "ListaUF" with the information from you static entity? 

A Query? 

A DataAction? 

Sometimes you have to force the screen to wait for the result to update the dropdown widgets lists. 

Regards

Graça

Hi

Base on your prints, everything is ok.
Check if the aggregate to get data from database is return data. Can be done using a debug breakpoint, if you are using an aggregate on screen, use after fetch event.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.