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

Forum Posts

Resolved! How to dynamically dot-walk in script?

I am trying to script a dynamic dot-walk. To simplify I have included the array of fields that includes a dot-walk in the script below. var arrExample = ['first_name', 'last_name', 'location.city']; var grUser = new GlideRecord('sys_user'); grUser.ge...

Gage by Tera Expert
  • 5617 Views
  • 5 replies
  • 5 helpfuls

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
  • 2969 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
  • 3747 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
  • 1657 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
  • 2201 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
  • 1630 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
  • 1354 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