- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 01:12 AM
Hi Team,
We have an requirement to disable the Option "Add Unassigned tasks to time sheet" which is in time sheet portal. and put an alert message on the page: saying "Request Manager for Project Task Allocation"
Much Thanks for the help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 01:59 AM
Hello @maneesh3
-The option "Add Unassigned tasks to time sheet" is present in widget : "Time Card Grid".
-Navigate to widgets , search for widget "Time Card Grid".
-Around line no. 6/7 you can see code where "Add Unassigned tasks to time sheet" is present.
-You can simply comment that line and see the results.
Please refer attached screenshot of script:
Just comment down below highlighted line.
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
Thanks!
Mayuri Sawant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 01:23 AM - edited 11-25-2022 01:24 AM
Hi, You'll have to make changes on the widget. To find out the widget, on the link (Add unnassigned tasks to timesheet) do CTRL + Rightclick > Widget in Editor.
Find out where that link is defined and then make the changes in the widget itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 01:59 AM
Hello @maneesh3
-The option "Add Unassigned tasks to time sheet" is present in widget : "Time Card Grid".
-Navigate to widgets , search for widget "Time Card Grid".
-Around line no. 6/7 you can see code where "Add Unassigned tasks to time sheet" is present.
-You can simply comment that line and see the results.
Please refer attached screenshot of script:
Just comment down below highlighted line.
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
Thanks!
Mayuri Sawant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2022 11:17 PM
Thankyou Mayuri, it worked great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2022 11:40 PM