Access scoped system property from global scope.

Drct1234
Mega Expert

Hello,
Is there a way to set a scoped system property from the Global scope (using gs.getProperty)?
I already tried setting it through a scoped API call.
Error: Not allowing update of property: x_scope_mine.my_property_123. 
Thanks!

1 ACCEPTED SOLUTION

Thanks for the update Drc1234. 

Let me know if that answered your question. If so, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.

View solution in original post

19 REPLIES 19

Yes, GlideRecord works for my particular situation, I can use it instead of setProperty.

Thanks for the update Drc1234. 

Let me know if that answered your question. If so, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.

Thanks Pradeep

MrMuhammad
Giga Sage

Please make sure that the can create checbox on sys_propeties table is checked.

find_real_file.png

Regards,
Muhammad

It wasn't but enabling it didn't solve the problem, I tried both create and update.