Not allowing update of property: "property name"

Test232
Mega Expert

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.

1 ACCEPTED SOLUTION

Test232
Mega Expert

I've resolved it my self. Thank you.

View solution in original post

7 REPLIES 7

Aman Kumar S
Kilo Patron

Hey,

If you check configuration of system properties, it is only allowed to read from a different scope but not in case of update.

Try marking can update as true and check for result.

find_real_file.png

Best Regards
Aman Kumar

Anil Lande
Kilo Patron

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

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Test232
Mega Expert

I've resolved it my self. Thank you.

Do share what you did

Best Regards
Aman Kumar