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.
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 .
Please find the attached OML.
Hope this will help you :)
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.
Graça
HiBase 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.