Add to Payload Map in Action Assignment Dynamik Query

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2022 05:34 AM
Hi everyone,
I need to add sys_id to Pyload Map in Action Assignment. (ex. u_parent=Parent sys_id)
this is recognized by ServiceNow as a string, I cannot add a dynamic sys_id. Maybe someone knows how to change this.
Thanks
- Labels:
-
Service Operations Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2024 06:06 AM
This wasn't really what I needed to do. And what I did won't really help you. But I think this video can help you as it explains how the payload works
https://www.youtube.com/watch?v=OzUPW2h_PSo
Let me know if this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2024 06:11 AM
To summerize, what I wanted was to alter the function of the Add button on GRC when adding risks or controls. This mechanism works when the parent table of the related list is the Entity table (irrelevant for your question but just for context). I wanted to do the same thing on another custom table. The Risks and Controls won't be added because the field 'Entity' needs to be filled with the table Entity.
To resolve this I did some customization on UI Builder to set the Parent table and Parent Sys id to the Entity (which is referenced on my custom table).
So the system thinks that the parent of the related list is Entity but in reality it's not.
I just wanted to explain what I did. Not really related to your request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2025 02:50 AM
Hi Anuneeti,
Did you get the solution for this? I have the exact similar use case.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2024 12:42 AM
Hi Alina Ravilvo,
Did you get any solutions on how to add the value dynamically?!