- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2022 01:35 AM
Hello Experts,
I've an UI action (GRC VRM scope) which is setting the system property (GRC VRM Scope) value. This is working fine when I'm in GRC VRM Scope but I'm facing below error If I do it from Global scope.
Not allowing update of property: "property name"
When the user click on the button, it should set the system property and later we are accessing that system property in scheduled script. Please suggest me how to resolve this issue.
I've also created cross scope access from GRC VRM to Global but still not working.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 12:50 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2022 01:59 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2022 02:17 AM
Hi,
You can create one script include in Global Application scope and call that script include function from GRC VRM.
Use logic to update system property in Global scoped script include instead of GRC VRM.
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 12:50 AM
I've resolved it my self. Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 04:06 AM
Do share what you did
Aman Kumar