Issue with Filter Removal in Screen

Hello everyone,

I’m experiencing an issue with a screen in Moqui where a required parameter is hidden from the find option. When I filter by another field and then click the ‘X’ icon to remove the filter, it seems to remove all parameters, including the required one. This causes the screen to break.

Has anyone encountered this issue before, or does anyone have suggestions on how to resolve it? Thank you!

1 Like

I’ve had this problem before. I believe the way to do this if you have a screen is viewing some entity with an entity-find (see code) and you have a hidden field that is required (see code), then you make that field a required parameter in the screen (see code).

That example, should at least be working, if this is what you mean: