Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Forum Posts

How to force all users to use specific form View

I have created one view for a custom table. I want all users to use same view.I have read article on wiki   like....I want to use this functionality highlighted in yellow. Please suggest me how to use it.Thanks...!,Sumit Jumale

find_real_file.png
sumitjumale by Kilo Contributor
  • 8704 Views
  • 5 replies
  • 2 helpfuls

Resolved! Close all change tasks when state is in Review state

Hi community,I am trying to close all the change tasks open for any change request that reaches the Review state.I will not change the workflow to have a script include since I only want for this to happen to certain changes, in this case for the one...

hugogomes by Giga Expert
  • 6255 Views
  • 7 replies
  • 0 helpfuls

SSO with OAuth 2.0?

How does ServiceNow support authentication using OAuth 2.0 for portal users using external IDM provider? In other hands; user enters ServiceNow portal with browser, is redirected to IDM provider, user logs in to IDM provider, IDM provider redirects b...

FinToy by Mega Expert
  • 3750 Views
  • 2 replies
  • 0 helpfuls

Resolved! gel('sysparm_item_guid').value is not working with Istanbul version

Hi All,I am trying to validate the attachment type on submit of request, noticed that   gel function is not supported with Istanbul version.   var cat_id = gel('sysparm_item_guid').value;         var gr = new GlideRecord("sys_attachment");     gr.ad...

vai by Kilo Contributor
  • 3969 Views
  • 9 replies
  • 1 helpfuls

Resolved! Form - Set field default value using Javascript

Hi Team,On the change request form, i have a field called "Change Owner". There is also a "company field" which is a reference to the company table. The company record has a field called "u_test" which is a user reference field. (It's like a company ...

thiraj by Tera Contributor
  • 13534 Views
  • 5 replies
  • 4 helpfuls

How to create download links?

We want to have files automatically downloaded when you select an option from a select box on a record producer.So my questions are:- Where should these files be uploaded?- What should the link be to redirect to?- How should I redirect to that link?

Disable/ remove choice list options on the form

Hi can anyone help me out on how can we either disable/removing the choice list options on the form.I tried couple of things which did not work fully..Scenario: I have a cat(1,2) and subcat(1- subcat1, 2- subcat2, subcat3) where subcat values are dep...

ushakarthya by Kilo Contributor
  • 6414 Views
  • 19 replies
  • 0 helpfuls

As an LDAP user, can I get an OAuth token?

For some automation/integration, I am attempting to get an OAuth token. Per our service provider who manages our SN instance, everything is setup correctly... but when I try:curl -d"grant_type=password&client_id=[ID]&client_secret=[SECRET]&username=d...

jsp by Kilo Explorer
  • 2127 Views
  • 1 replies
  • 1 helpfuls

change group Approvals via script

Hello Experts!I have a little struggle with Group approvals for changes. I have a workflow, but in this particular case, I do not want to use it. Hence I add for this change via a script multiple approval groups. But as soon as someone approves from ...

JK1 by Giga Expert
  • 2687 Views
  • 3 replies
  • 2 helpfuls

Resolved! Help with Script Include to get Roles Based on Group and User

Ok I need some help please!I am jammed up with getting this to work.I have a catItem that adds a user to GroupI need to first check what roles the group hasCheck what roles the user hasIf the group has itil and the user has itil = successIf the group...

patricial by Tera Contributor
  • 6630 Views
  • 14 replies
  • 3 helpfuls