It looks like the ability to add filters to the recorded form data has been removed in v13. Does anyone know why, and how can it be implemented in v13?
v12 stating alternate forms can be used for adding filters to form data: https://docs.xperience.io/k12sp/configuring-kentico/creating-alternative-forms/displaying-filters-using-alternative-forms
v13 with no mention of form data: https://docs.xperience.io/custom-development/extending-the-administration-interface/creating-alternative-forms/displaying-filters-using-alternative-forms
Since the forms are driven by the front end app, the alternative forms and layouts were removed. In this case you may need to create a custom UniGrid filter. Or maybe even a custom extender for given UI page.
Specifically I'm talking about this form: https://pasteboard.co/9mak686RpteV.png
It looks like its rendered by /CMSModules/BizForms/Tools/BizForm_Edit_Data.aspx ?
Yes, that is the page which contains the UniGrid for the form records. Maybe this article will be also helpful. It is about adding new columns to UniGrid - but I believe it should give you the idea what needs to be done.
Thanks Juraj.
Please, sign in to be able to submit a new answer.