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

Forum Posts

Resolved! Error when loading slush bucket

Hello, I have created a M2M relationship. I am also displaying the related lists on each table. The issue I am running into is, when I click the "Edit" button on the related list, I am redirected to the slushbucket. Once on the Slushbucket window, I ...

mballinger by Mega Guru
  • 978 Views
  • 4 replies
  • 1 helpfuls

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
  • 3272 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
  • 405 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 ?