- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 10:17 PM - edited 03-06-2023 11:09 AM
Hi All,
1. In Employee Center , user is displayed quick tasks with Overdue , which need to be changed to due.
Once user click on it, in details page also it should be displayed as due not as Overdue
2. How to add ticket number and description in quick task
Please help me on how to achieve this.
Regards,
Sagar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 04:21 AM
Hi @sagar_basu , As I can understand, You are looking the above-mentioned fields at the Activity center level.
So, In your case, you need to customize the API which is fetching all these pieces of information.
For customization, you can navigate to todopageutils script include.
Serach for "_getChildTableConfiguration: function(todoSysId)"
If you will look in to the code, you have to change the tiltle and description to ticket number and short description.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2023 08:50 AM
@Ankit Kumar3 , Also can you please tell me what is considered as due date for Change requests ?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 04:40 AM
There is a column in the sysapproval_approver table as a due date. This is considered a due date for a change request.