Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Inbound action - getting the watermark

I have an interesting situation.I need to know the watermark of an incoming email.The below code shows that it does actually find my Ref:MSG### in the email.if (email.body_text.indexOf(/Ref:MSG\d+/gi)) {   gs.log('found watermark');}However, my water...

e_wilber by Tera Guru
  • 4576 Views
  • 4 replies
  • 1 helpfuls

update source on dev and uat

Hi All,We recently updated admin pwd on our no prod instances and I manually updated the pwds on Remote Instances (Update Sources) so that we can retrieve update sets form dev -> uat -> prod. Please advise where are these pwds stored so that I do not...

CV1 by Tera Contributor
  • 1162 Views
  • 2 replies
  • 2 helpfuls

Resolved! Why checkList items or checkList template does not captured in the update set? Is there any alternate ways to move the template to other orgs ?

I have created a checklist template. I created the template using Updateset to commit it to another instance. But Iam failed to commit the checkList template to another instance. Is there any alternate ways to move the template to other orgs ?