Work Notes & Activity Filter Won't Work on a Specific Catalog Item RITM View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 07:25 AM
I am experiencing an issue where on the RITM view, the work notes field is not available even though it is configured correctly in the form layout. Additionally, the activity filter will not open up. However, it works correctly for other catalog items just not this specific one on the RITM view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 07:46 PM
Hello @Daniel Arnold,
-
1. Verify Form Layout:
- Ensure the Work Notes and Activity fields are correctly configured on the RITM form layout for the specific catalog item.
- Check if the form layout is customized or if any UI policies are impacting the visibility of these fields.
- Ensure the Work Notes and Activity fields are correctly configured on the RITM form layout for the specific catalog item.
-
2. Check UI Policies:
- Review any UI policies that may be hiding or modifying the Work Notes and Activity fields on the RITM view.
- Modify or remove any UI policies that are causing the issue.
- Review any UI policies that may be hiding or modifying the Work Notes and Activity fields on the RITM view.
-
3. Review Workflow Configuration:
- If using workflows, ensure that the Workflow activity for the catalog item is correctly configured to include the Work Notes and Activity.
- Verify that the workflow does not contain any logic that prevents the display of Work Notes or the opening of the Activity Filter.
- If using workflows, ensure that the Workflow activity for the catalog item is correctly configured to include the Work Notes and Activity.
-
4. Permissions and Access:
- Ensure that the user attempting to access the RITM has the necessary permissions to view and update Work Notes and access the Activity Filter.
- Verify that the user has the required role and appropriate ACL permissions.
- Ensure that the user attempting to access the RITM has the necessary permissions to view and update Work Notes and access the Activity Filter.
-
5. Clear Cache and Session:
- Sometimes, browser caching or session issues can cause problems with form rendering. Try clearing browser cache and/or logging out and back in to ServiceNow.
- Sometimes, browser caching or session issues can cause problems with form rendering. Try clearing browser cache and/or logging out and back in to ServiceNow.
-
6. Customize Script to Add Work Notes:
- If the Work Notes field is not visible on the RITM form, you can use the
addWorkNotes()method to dynamically add work notes to the record. - This method allows you to add work notes to the record in a more programmatic way, which can be useful if the field is not displayed on the form.
- If the Work Notes field is not visible on the RITM form, you can use the
-
Catalog Task Integration:If the catalog item creates a catalog task, ensure that the work notes are being copied from the RITM to the catalog task appropriately.
-
Service Operations Workspace:If using the Service Operations Workspace, make sure that RITM comments are visible within the catalog task activity.
-
User Preferences:Check user preferences to ensure that the search bar is enabled and that the work notes stream is configured correctly.If this is helpful, please hit the thumbs up button and accept the correct solution by referring to this solution, as it will be helpful to them.Thanks & Regards,Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 02:52 PM
The issue turned out to be a scripted UI policy using the method: g_form.setLabel. Evidently this was causing issues on the RITM because as soon as I deactivated the UI policy, the work notes began working properly. I appreciate the step by step guidance!
