Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Execute 'cache.do' in a Fix Script

SM_Toronto
Tera Guru

Gurus and Experts,

I have a Fix Script that is executed after an upgrade that activates certain components to release the PROD instance for use. I want to incorporate 'cache.do' by script. How do I do that?

Any tips or leads is much appreciated.

Thanks In Advance,

SM 

2 REPLIES 2

DrewW
Mega Sage

If memory serves part of the commit process for update sets is that the system flushes the cache so I don't think you really need to do that.

 

If you are still set on doing it have you looked at using a GlideHTTPRequest?
https://developer.servicenow.com/dev.do#!/reference/api/rome/server_legacy/GlideHTTPRequestAPI?navFi...

 

Thank you, DrewW....let me try this asap and let you know. Cheers, SM