Service portal - To-dos Order - How can we change the order of todos that shows in my to-dos page service portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 01:38 PM
Hi all,
I have request to re order the completed tasks in service portal. i am try via to-dos configuration but i am not able to do it . do any one have any suggestions how to reorder the to-dos on the portal side ?
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 07:47 PM
Hi
The default order for to-dos is due date. If you have too many filters and find that performance is affected, you can order the to-dos by filter. To order by filter, you must enable filter prioritization and assign priority numbers for each filter.
If you want to modify:
There are two ways-
1. Create or modify a to-dos filter for the to-dos page in the Employee Center or Employee Center. Each to-dos filter is associated with a table that is an extension of the Task [task] table, and you can associate one filter per table. You can use a condition builder to specify the conditions that a task must meet for it to appear on the user's to-dos page. You can also define the appearance of the to-dos configuration header.
Navigate to Employee Center > Administration > To-dos Configuration > NEW
Here in the conditions you will have to mention your desired conditions as how yu want the to-dos to appear.
2. 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. 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.
- 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.
- In the navigation filter, enter sys_properties.list.
- 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.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 08:33 PM
Hi Sandeep,
Thank You for your response i did see this document but i want to filter the to-do's based on the created field not by the due date on the completed tab. Do you know if there is business rule or script include that was defaulting this to due date ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 09:38 PM
There are no script includes or Business rules for this, if you want to order by you need to use the conditions as i mentioned above.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 11:18 AM
Hi,
Can you tell how I can set condition for order by Created date?