Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Internal vs External SSO not working properly

We have recently setup SSO with adfs and were experiencing an issue getting the authentication to pass through. When visiting instance.service-now.com, it would take you to our adfs portal where you could put in your credentials. After you entered in...

find_real_file.png
ddaws by ServiceNow Employee
  • 2924 Views
  • 3 replies
  • 0 helpfuls

Intended use of Relationship Types

I'm looking for any documentation on the intended use of Suggested Relationships. With the introduction of CSDM, we now have information available to us on the use of Relationships. There is a section on it in the CSDM Whitepaper: However, this overv...

find_real_file.png
Rob Mollee by Tera Contributor
  • 2862 Views
  • 4 replies
  • 3 helpfuls

Resolved! Application installation is unavailable because another operation is running: Committing update set: <update set name>

I'm trying to upgrade one of the apps we installed from the store, but when I go to the "All Applications" page, I get this message and the screen refreshes itself every 10-15 seconds:     The update set it is referencing has been committed. It is a...

find_real_file.png
Travis DePuy by Mega Contributor
  • 5854 Views
  • 4 replies
  • 0 helpfuls

Resolved! Widget ng-include not pulling in template

We're trying to use a template within a widget for the service portal and even the simplest example is not working, so there must be a step I'm missing. From examples in the system with OOTB widgets they use this to pull in the template <div ng-inclu...

find_real_file.png
krr by Mega Guru
  • 5208 Views
  • 8 replies
  • 2 helpfuls

Resolved! Flow designer action, parse JSON rest response

I have created two custom actions, one that gets a Token from our AD and one that adds users to a specific group using that token. The call returns a status of 0 if it fails or 1 if success. I want an if condition so if it fails I can be alerted.   ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Chris5 by Kilo Expert
  • 6805 Views
  • 3 replies
  • 2 helpfuls

Resolved! SaveResponseBodyAsAttachment() method failing with Unable to save response body as attachment: User not authorized .

Hello Friends,   I am using the REST API call and saving the response body using the method - "saveResponseBodyAsAttachment(tablename, recordSysId, filename); ". I am setting the MID server to execute the request. Above method execution is failing wi...