- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 09:29 PM
I am displaying a dot walked field (type :duration ) on the form and the data is being shown empty , although I can see data on the Source.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 05:39 PM
There is a issue with the logic that populates the reference field and hence the data is not visible as I didn't populate the right record in reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 09:49 PM
Hi @Kumar38
If you’re encountering an issue with a dot-walked duration field displaying as empty on a form despite there being data in the source record, it could be due to a few reasons.
- Ensure that the role associated with your user account has the necessary permissions to view the field in question. ServiceNow implements access control rules that may restrict visibility or editability of certain fields based on user roles.
- In cases of dot-walking, you are accessing fields from a related table. Ensure that the dot-walked notation is correctly specified. For example, if you’re trying to display a duration from a related table, the notation should be something like related_table_name.duration_field_name , A typo or incorrect field reference can lead to empty displays.
Inspect if there are any active Client Scripts or UI Policies that might be inadvertently hiding the field or clearing its value under certain conditions. Both client scripts and UI policies have the capacity to manipulate form fields dynamically.
Note: Please Mark this Helpful and Accepted Solution. If this Helps you to understand. This will help both the community and me..
- Keep Learning
Thanks & Regards
Deepak Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 01:57 AM
Hi @Kumar38 ,
Check Field Permissions: Ensure that the user viewing the form has the necessary permissions to access and view the dot-walked field. Review the field-level security settings and user roles to confirm access rights.
Please mark this response as helpful if your question has been answered correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 02:14 AM
Hi @Kumar38 ,
Did you managed to resolve this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 05:39 PM
There is a issue with the logic that populates the reference field and hence the data is not visible as I didn't populate the right record in reference.