unable to create an update set via action in flow designer

kartikey
Tera Contributor

Hi Everyone,

my action and flow both are in Human Resources:Core scope
so to access the update set table i've added the table sys_update_set in the property: sn_flow_designer.allowed_system_tables

i'm trying to create an update set via action in flow designer, but unable to do so, this is the following script i'm using without any inputs or outputs and using it in a flow:

kartikey_0-1692790256447.png

 

if i replace the table with any other table , it's getting created (i.e. working)
just not working with the table sys_update_set

does anyone have any idea?

This is working if i create a flow and action in global scope.

5 REPLIES 5

Mohith Devatte
Tera Sage
Tera Sage

Hello @kartikey ,

is your flow in custom scope ? 

also , try to run the same script in background script and see if its inserting the record .if yes then there is some thing wrong in the flow

Hi Mohith,

my flow is in Human Resources: Core scope.
i tried creating a flow in global scope and it works just fine, why not working in HR : Core scope, and how do i make it work in HR:Core scope?

@kartikey its because of cross scope issue .

i just did the same thing in a fix scirpt from hr scope and it gave me this error 

 

 

Security restricted: Create operation against 'sys_update_set' from scope 'sn_hr_core' has been refused due to the table's cross-scope access policy

You might have to create a cross scope policy .Navigate to Application Cross-Scope Access and create a new one like below 

Screenshot 2023-08-23 at 17.47.32.png\

Mark the answer correct if this helps you 

thanks

 

Hi @Mohith Devatte , i created the action in global scope with accessible to all application scope and kept the workflow in human resources: core, and somehow it worked.