Accessing sys_flow_context table in Scoped Flow Designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2022 02:31 AM
For accessing system tables in Flow Designer we add table name in sn_flow_designer.allowed_system_tables property.
But I want to create the same property in Scoped App which allows access to system tables, as I dont want to change any OOB properties.
Thanks,
Chinmay.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2022 11:47 AM
Hi
a system property with a certain name can exist only one time, independent of the scope. The mentioned system property is an OOTB property in the global scope, and you have to add your additional table names in the existing one.
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 11:35 PM
Yes we have a option of adding table names to OOB property.
But the thing is we dont want to change OOB Properties and add our own scoped property which gives access to sys_flow_context table.