18
Views
4
Comments
Solved
Unable to view records from static entity after opening in browser, getting a black

in outsystems after creating the static entity and adding the record im unable to view, getting black line on\ drop down after opening in browser



OS_SS.png
OS_SS1.png
2023-12-16 19-57-03
Sanjay Kushwah
Solution

Hi @Rishikesh More,

Could you please look into your aggregate filter. 

Please your dropdown property, correct aggregate is bonded with your dropdown or not.

Aggregate should not have any filter if you keep active=true filter makes sure each record Active attribute should be true or remove the filter from aggregate.

make sure your aggregate should be on AtStart (fetch property of aggregate)


kind regards,

Sanjay Kushwah

2024-08-06 13-10-34
Rishi

Hi @Sanjay Kushwah,

thank you for your valuable assistance regarding the issue with my aggregate filter and dropdown properties. Your suggestions were  helpful, and I was able to resolve the problem by ensuring the correct aggregate was bound to the dropdown and by adjusting the filter settings as you recommended.

Your expertise and prompt response are greatly appreciated.


Kind regards,

Rishikesh More

Untitled.png
2020-11-25 10-45-32
Mostafa Othman
Champion

Hello,

Is entity category has a foreign key  (ID of static entity as column into category table) from category type static entity?

Make sure that you published your application after adding new records to static entity.

I think also if you can share your OML may this will help

2024-08-06 13-10-34
Rishi

thank you @Mostafa Othman, got the issue solved 


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