- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 04:04 PM
I am trying to render a URL type field on SOW (Jira Link) but it simply does not show.... I am pretty sure this is a system limitation, I read some comment in other post but I can't find any official product documentation stating that.
Thanks in advanced for your responses
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 01:53 PM
I figured out the issue. it's introduced by Xanadu
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1710732
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 04:43 PM
@Michael183 Have you added to SOW view in incident form ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 05:52 PM
Yes i did... and on the platform it displays properly it's only on the workspace that it does not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 08:48 PM
so you are saying URL field type is not showing as link in configurable workspace?
Did you check any script is making it readonly?
Seems a platform limitation for workspace
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 09:52 PM
Navigate to Service Operations Workspace > Workspace Configuration.
Check the Field Configuration or Form Layout settings for the view you're using.
Verify that the URL field is part of the form layout or widget in the workspace.
The Visible checkbox is checked, ensuring that the field is visible in forms and other components.
The Read-Only attribute is not checked, unless intended.
The UI Policies or UI Actions are not restricting visibility.
Navigate to User Administration > Users and ensure that the user has the appropriate roles to access the workspace and the specific table.
If the field is part of a restricted table or has role-specific visibility settings, ensure that the user has the necessary permissions to access the data.
The field is added to the appropriate widget or section.
The widget is properly configured to display fields and is not restricted by any conditions, filters, or visibility rules.
Check the widget or section configuration in the workspace layout.
Navigate to System UI > UI Policies and System Policy > Data Policies.
Review any conditions that could be impacting the visibility of the URL field.
Review any UI Scripts or Client Scripts associated with the form or table to ensure that there are no conditions preventing the field from being displayed.
Also, check if any Form Scripts are manipulating the display of fields dynamically.
Go to System Diagnostics > Clear Cache to clear any cached data that may be affecting field visibility.
Customizations: Ensure that any customizations made to the Service Operations Workspace (such as custom widgets or views) are correctly handling the display of URL-type fields.
-If the issue started after a recent update or customization, try rolling back the changes or investigating any known issues related to the version of ServiceNow you're using
