Evidence Summary
- Workflow run
crm-task-filter-list-20260520T015830Z- Route
/crm/tarefas- Open tasks
43rows withRealizado=F- Accomplished tasks
40rows withRealizado=T- High-priority tasks
5rows withPrioridade=H- Open high-priority tasks
2rows withRealizado=FandPrioridade=H
Before You Start
- Open CRM then Operations then Tasks, or navigate to
/crm/tarefas. - The task grid opens with Não Realizado selected by default in the Realizado column filter.
- This is a read-only workflow. It does not use New task, With selected, Save, Delete, email, SMS, documents, or stock actions.
Use the Grid Filters
- Use the global Pesquisa search box to search across visible task fields.
- Use the Codigo column filter to search a specific task number.
- Use the Assunto column filter to search a task subject.
- Use the Realizado dropdown to choose Todos, Realizado, or Não Realizado.
- Use the Prioridade dropdown to choose Todos, Normal, Alta, or Baixa.
- Combine filters when needed, such as Não Realizado plus Alta to show open high-priority tasks.
Filter Values
| User choice | Column | Backend value |
|---|---|---|
| Todos | Realizado | empty |
| Realizado | Realizado | T |
| Não Realizado | Realizado | F |
| Todos | Prioridade | empty |
| Normal | Prioridade | N |
| Alta | Prioridade | H |
| Baixa | Prioridade | L |
Verified Requests
| Filter | Request detail | Verified result |
|---|---|---|
| Open tasks | dt_tarefas with columns[8][search][value]=F | recordsFiltered=43; returned rows had Realizado=F. |
| Accomplished tasks | dt_tarefas with columns[8][search][value]=T | recordsFiltered=40; returned rows had Realizado=T. |
| High priority | dt_tarefas with columns[10][search][value]=H | recordsFiltered=5; returned rows had Prioridade=H. |
| Open high priority | dt_tarefas with columns[8][search][value]=F and columns[10][search][value]=H | recordsFiltered=2; returned rows were 410 / Visitar cliente and 127 / Ligar ao cliente. |
Artifacts
raw/playwright/workflows/crm-task-filter-list-20260520T015830Z.jsonassets/screenshots/crm-task-filter-list-20260520T015830Z-01-task-list-default-open-filter.png