Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! SCIM Provisioning using Entra

Hello - I am trying to follow the following guide:SCIM Provisioning from Microsoft Entra ID - Page 2 - ServiceNow CommunityWas going well until I got to - Configure Microsoft Entra ID 10. Fill in the "Tenant URL" in the form "https://<instancename>.s...

davediguer by Tera Expert
  • 2718 Views
  • 1 replies
  • 0 helpfuls

Resolved! UI Action - Format for Configurable Workspace Selection

In a UI Action, I am checking the Format for Configurable Workspace box so that it can be used in a workspace. However, this selection is not being captured in my Update Sets and needs to be reselected manually after uploading it to a new environment...

kshort by Tera Expert
  • 3559 Views
  • 2 replies
  • 0 helpfuls

Populate Unit Manager Groups

I have 2 fields unit_managers field (List Collector that refences the sys_user table) and requested_support_group field (Reference field that references the group table) in a catalog item in Service PortalWhenever a requester selects a unit manager o...

omatD by Mega Contributor
  • 1446 Views
  • 8 replies
  • 0 helpfuls

Make field readonly using UI Action

Hi Community,I’m trying to add a button on the Incident table form that, when clicked, should make the State and Short Description fields read-only. Could anyone guide me on how to achieve this?Thanks in advance!

DevYadav by Tera Contributor
  • 1989 Views
  • 9 replies
  • 0 helpfuls

Values populate on Data import in Operational resource

i have created a UI Policy to populate field choices based on other field selection in assignment table. example work type is incident then work type category as PTO etc... I am importing data into assignment table, then those conditions are not work...

VSN by Tera Expert
  • 1524 Views
  • 3 replies
  • 0 helpfuls

Bulk excel file upload through catalog request

Hi All,I am try to create a service catalog which will do bulk upload the data in 3 tables that are api, api component and end point table currently this is working through multi row variable set by uploading excel sheet out there as MRVS having some...

keshav77 by Tera Expert
  • 1269 Views
  • 2 replies
  • 0 helpfuls

Resolved! Workspace Redirect Url Does not Work

Hi,  I have a ui action for redirection url who does not work and i don't know how to do that.  I have my ui action script: and i have this error in my console when i click on the buttonBut if i take the url and i open a new window and i paste the ur...

ScriptA.PNG ErrorC.PNG

Advanced Reference Qualifier on Service Catalog Item

Hi there, I'm currently working on a catalog item that includes a reference variable called "Requested_by" (sys_user), and another called "Asset" (alm_hardware). I'm trying to make it so the "Asset" variable only displays hardware assets that have an...

LaurenceT by Tera Contributor
  • 4974 Views
  • 11 replies
  • 0 helpfuls

CMDB Instance API

BackgroundWe are trying to clean up CMDB integrations to start using "CMDB Instnace API" instead of "Table API".As I understand it, there are two ways of getting data:GET https://<instance>.service-now.com/api/now/cmdb/instance/{className}Only return...