can we use global variable set in scoped record producer, any issues while moving scoped app ?

Sachin Gavhane
Giga Guru

Hi Team,

I am using Global variable set into Scoped record producer and it is working as expected.
Is it ok to use those in scoped app. Will it cause any issue while moving scoped app to higher instance?
Please suggest

4 REPLIES 4

OlaN
Giga Sage
Giga Sage

Hi,

Assuming the variable set exists in the next enviroment, this will work fine.

Nishant8
Giga Sage

Hello @Sachin Gavhane, it can be used. Since your variable set in Global, just verify whether any UI policy or Client Script are configured for any specific tasks to do; if anything is there, validate them once.

 

Regards,

Nishant

Ankur Bawiskar
Tera Patron
Tera Patron

@Sachin Gavhane 

It won't cause any issue.

But I will recommend to have that variable set created in your scope of record producer for better maintenance.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Mark Manders
Mega Patron

That gives no issues, but make sure you never update it within your scope, because then you will get issues.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark