ReadOnly true not set on field : cross scope access denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 12:22 AM
Hi All,
I am seeing this error on opening a record ReaOnly true not set on field: cross scope access denied, please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 12:30 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 12:43 AM
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.
Thanks,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 12:57 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 01:01 AM
Hi @ST9 ,
Do you have variable editor on that form ?
And are you trying to make variables read only by using g_form.setReadOnly();
Thanks,
Gopi