Enable prioritization by filter
If you are ordering the to-dos by filter instead of due date, you must enable the sn_hr_sp.todos_config_display_with_priority property, add the Display priority field to the to-dos configuration form, and assign each to-dos filter a priority number.
Before you begin
Role required: sn_hr_sp.esc_admin
The to-dos will then be sorted by the filter they are associated with. Within each filter, the to-dos will be sorted by due date.
When defining conditions like case sensitivity or null values, see API GlideFilter - Scoped, Global.
Procedure
Enable the sn_hr_sp.todos_config_display_with_priority property.
In the navigation filter, enter
sys_properties.list.The System Properties list is displayed.
Open the sn_hr_sp.todos_config_display_with_priority property.
In the Value field, set the value to
true.
Add the Display priority field to the to-dos filter form.
Navigate to Employee Center > Administration > To-dos Configuration.
Or, navigate to Employee Center Pro > Administration > To-dos Configuration
Open a record.
In the to-dos configuration form header, click the menu icon and navigate to Configure > Form Layout.
Note: Ensure you are in the Employee Center Core application.
Move the Display priority field to the Selected column.
Click Save.
Set the priority number for each to-dos filter.
Navigate to Employee Center > Administration > To-dos Configuration.
Open a to-dos filter record.
In the Display priority field, set the priority number.
Repeat the process for each filter.