Dot-walk display false fields do not populate data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2025 01:03 PM
Hello Gurus,
Dot-walk field doesn't work independently, it populates data only when data is selected from same reference field.
As example if I refence Number field of incident table, it works perfectly, since it's display true field, then if I dot walk Description field from same incident table, data doesn't populate unless selecting the data from same reference field.
Any feedback or suggestion is greatly appreciated.
Thank you.
-abrouf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2025 02:11 PM - edited ‎03-19-2025 02:11 PM
Sorry, I'm not entirely following your example. Can you clarify what you are looking for or share screenshots of your example?
Let's say you are on the Incident table; you have a reference field to User (sys_user) table via the field Caller. Through Configure > Form Layout, you could dot-walk into Caller.First Name and it would display the user's first name as a string field on the Incident record. If the user did not have a first name saved on their sys_user record, it would appear empty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2025 12:06 PM
That I know and all fields have data and data is appearing from display - true field, not from display-false field, how to achieve that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2025 01:04 PM
Are there ACLs that are preventing a user from seeing the data? Open the module "Debug Security Rules" and you can see every field any any ACLs that are running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2025 01:28 PM
Yes, I did, ACL is fine.