Execute operation on API 'GlideRecord.update' from scope 'CSM Workspace' was denied. The application 'CSM Workspace' must declare a cross scope access privilege. Please contact the application author to update their privilege requests.

Community Alums
Not applicable

Hi,

I created a business rule in "customer_contact" table with csm_workspace as scoped application. 

I am getting this error as below

Execute operation on API 'GlideRecord.update' from scope 'CSM Workspace' was denied. The application 'CSM Workspace' must declare a cross scope access privilege. Please contact the application author to update their privilege requests.

Please help

1 ACCEPTED SOLUTION

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

This is a cross scope issue, we need to allow csm workspace application to query the table scope. Which table are you using?

 

Go to cross scope in left navigation and add it as below:

find_real_file.png

 

Second check the table setting where it is allowed for other applications: below is example:

find_real_file.png

 

Thanks,
Ashutosh

View solution in original post

4 REPLIES 4

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

This is a cross scope issue, we need to allow csm workspace application to query the table scope. Which table are you using?

 

Go to cross scope in left navigation and add it as below:

find_real_file.png

 

Second check the table setting where it is allowed for other applications: below is example:

find_real_file.png

 

Thanks,
Ashutosh

Community Alums
Not applicable

Thanks!

Table name is "customer_contact". 

I tried this as below by adding GlideRecord.update but doesn't work. What am i doing wrong?

find_real_file.png

Community Alums
Not applicable

I added all these 3. Finally it worked. Thank you

I am having same error but for a specific user , 
Any suggested steps for this issue ?