- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 09:29 PM
I wanted to trigger a notification and while creating i'm unable to select sysevent table
This flow designer is in a different custom application.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 10:08 PM
Hello,
Can you once make all the checkbox true for sysevent table
But I believe you may still not be able to access it please find the below Hi support article for the same.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0787435
Please mark answer correct/helpful based on Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 09:51 PM
Check if the sysevent table is in glide.ui.permitted_tables property list, If not add it to the list
NOTE: Adding an entry to this list will cause the table to be accessed outside of its scope in the platform, not just in Flow Designer.
For reference - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0852462
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 10:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 10:05 PM
Please check in sn_flow_designer.allowed_system_tables system property
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 10:08 PM
Hello,
Can you once make all the checkbox true for sysevent table
But I believe you may still not be able to access it please find the below Hi support article for the same.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0787435
Please mark answer correct/helpful based on Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 10:29 PM
Thanks, as you suggested i did and it started working 🙂