"My Items" widget Customization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
In the "my items" widget If we go to TASK, It also shows all the "no approval required" tasks also.
Our requirement Is to filter-out those task whose approval are not required.
How could we filter-out these?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @MohitSaxena ,
Please check this script include ActivityConfigurationUtil and Activity Configurations under Employee Center.
Find the part of the script that pulls the tasks.
Add a condition that says:
Only show tasks where approval is required.
gr.addQuery('approval', '!=', 'not_required');
"Only show tasks where approval is NOT set to 'not required'."
Approval Field: The approval field is typically used in sc_task, change_task, and hr_task. Ensure your widget is querying the correct table.
Custom Tasks: If you're using custom task types, verify if they have an approval field or equivalent.
Performance: Avoid overly complex filters in client scripts; use server-side filtering when possible.
-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @MohitSaxena,
please check
My request is filtered.
Here, edit the filter for the portal page. Here you can edit the filter and also control which data fields can be visible on the portal