Set prefilter query to NULL when switching to 'prefilter columns'

Related products: Software Factory

When validating prefilters that are changed from query to prefilters column it returns errors because the prefilter contains a query and a ‘prefilter column’.

My idea is a simple solution by setting the query to NULL when choosing ‘prefilter columns’

​Hi @Kevin Rosink,

Implementing this idea would require the use of triggers (since the query and columns are not in the same table, so it cannot be done with default functionality). For technical reasons within our platform, this is not possible. Using triggers would have a negative impact on our branching and merging mechanism; you don't want these kind of triggers to be activated during a merge.

For this reason, we do not use triggers for these kind of situations but provide validations to notify the developer:

 


NewDeclined