How do I Dot-Walk reference List field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 02:08 AM
Hi all
How do i dot-walk the reference list field,
I have a "Control Objective" table in that IRM Domain is a reference List field referencing to IRM Domain table.
here, An IRM user can create Control Objectives for his IRM Domain and all records : has access to Control Objective records and belong to IRM Domain(s)
how can i achieve this , i tried dotwalk this field , but it did not give an option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 01:32 PM
Hi, unfortunately your post does not make your end requirement clear.
The records in a list collector (IRM domain) have a 1 to many relationship with your 'Control Objective' record, and so cannot be dot.walked as the platform has no way of understanding which of these 'target' records data you are wanting to walk/map. For 1 to many relationships (and many to many) you would need to utilize a GlideQuery to return a specific/single record that you can then dot.walk. If this is a client side requirement, then best practice is to use GlideAjax to manage the query\lookup via a server side script-include.
GlideAjax | ServiceNow Developers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 10:41 PM
Hi, Its like if we impersonate as a IRM Domain member he should be able to create that COntrol Obejctive record and see all the records .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 11:39 PM
Hi, unfortunately your details are not clear enough to allow anyone to provide a specific resonse.
If your requirement is that users with X role will have read\write access to a specific table and they do not currently have the required access; then it sounds like you will need to add custom read\write ACL's in order to meet your requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 05:24 AM
Hi,
There is IRM DOmain (reference List ) field on the control objective table, so if say user A is member of this IRM domain he should be able to create a control objective record and also should see records of his IRM Domain only