- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2022 05:26 AM
Hello,
I need to build a flow for a service catalog. Within the flow, I try to create an entity (sn_grc_profile) and fill it with the variables from the requested item record.
Now I cannot figure out how to set the "applies to record" field (type Document ID) via script. As far as I can see, the field type document ID is identified by 2 values (table + ci sys_id) but unfortunately I don't know how to set this via script in the flow. I know the table and i have the sys_id from the ci.
Any ideas?
This is sadly not working.
Solved! Go to Solution.
- Labels:
-
flow designer
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 05:34 PM
Hi Daniel,
In the sn_grc_profile table, is there a field named "Table". Set this field to the current table name and set field "applies_to" the record's sys_id.
FYR

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 05:34 PM
Hi Daniel,
In the sn_grc_profile table, is there a field named "Table". Set this field to the current table name and set field "applies_to" the record's sys_id.
FYR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 11:30 PM
It works 🙂
Thanks,
Daniel