ReadOnly true not set on field : cross scope access denied

ST9
Tera Contributor

Hi All,

 

I am seeing this error on opening a record ReaOnly true not set on field: cross scope access denied, please help


ST9_0-1681370468912.png

 

7 REPLIES 7

Tony Chatfield1
Kilo Patron

Hi, unfortunately a partial screenshot doesn't provide any details that would help the forum understand your issue or the cause, At the risk of stating what could be obvious you would seem to have a cross scope privilege issue, are you trying to access\update a record in a different scope?
Perhaps you could update the thread with clear and specific details of your configuration and steps to reproduce.

Gopi Naik1
Kilo Sage

Hi @ST9 ,

Is there any client script on form to make field read only which was not available on form?

If you are making a field or variable read only using g_form.setReadOnly() and that field or variable is not configured on form then you will get these errors.

 

 

 

If my solutions helps you to resolve the issue, Please accept solution and Hit "Helpful".

Thanks,
Gopi

ST9
Tera Contributor

Hi Gopi, 
 Issue is i am not able to find on which field it is throwing this error, as in error the field name is not mentioned.
I tried  searching with sys_id but no help

Hi @ST9 ,

 

Do you have variable editor on that form ?

And are you trying to make variables read only by using g_form.setReadOnly();

 

 

If my solutions helps you to resolve the issue, Please accept solution and Hit "Helpful".

Thanks,
Gopi