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
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
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
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
thank you @Mostafa Othman, got the issue solved