Pregunta

I'm trying to get a filter on a view which I think I can't get using AND/OR blocks with the currently available choices. Is it possible to add another choice which would be: "Show me the records whose due date is everything beginning from yesterday and earlier".

Or do I need a plugin to do that ? Closest thing I could think of is "Yesterday" and "Last 20 years" but that will show today's records too...

If a plugin is needed, I was thinking on enabling it on RetrieveMultiple for the Activity entity, but I would need to be able to catch the name of the view that was used so I can do my plugin's logic only if the user was browsing records using a specific view. Is this possible?

Thanks.

enter image description here

¿Fue útil?

Solución

If you don't want to see "today's records" too, then unfortunately this isn't possible with out-of-the-box filters.

However, I suggest a simple workflow: it would wait until the due date and then set a hidden checkbox field called something like "Overdue" to true. Then your filter will be very easy to build. You could also have this workflow send an email reminder to the owner of the record.

Hope that helps!

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top