How to display approvals in descending order based on 'sys_created_on' field on to-dos page of ESC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 03:27 AM
Hi all,
I'm having a requirement where client wants to display newest approvals on the top followed by old approvals. I've checked the 'todopageutils' script include there it is displaying based on priority. I've changed that to 'orderByDesc('sys_created_on')' but it isn't working.
Is there any solution for this? Please help me with this.
Thankyou!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 04:48 AM
@Tejaswi Gundu
Try activating "sn_hr_sp.todos_config_display_with_priority" property and then modify the 'todopageutils' script include if that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2025 04:25 AM
This was solved by activating that property and updating some of the orderBy methods in the todoPageUtils Script include