The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

"Reset" choice box values on catalog item variable - possible?

Hi, I'm adding new options depending on other field values. But I need to be able to reset the values back to the "default* options via catalog client script.  One workaround (I thought) would be to fist use g_form.clearOptions('fieldname'); and then...

Zod by Giga Guru
  • 1616 Views
  • 2 replies
  • 0 helpfuls

need help to print the pop up UI page

I Have  created an ui action button on incident table, which  pop up a ui page after clicking that , and  that ui page contains a print button  after clicking it it has to print only the UI page BUT NOT the whole page (which contains incident from in...

harika19 by Kilo Contributor
  • 2187 Views
  • 8 replies
  • 1 helpfuls

Resolved! Groups like members of group by ldap

Hi All,I need to import from LDAP some groups which contain within them, other groups of users.I have note that the function: ldapUtils.addMembers(source, target) , import only the users like members but exclude the groups.So, I have checked inside t...

utente by Giga Expert
  • 3167 Views
  • 7 replies
  • 2 helpfuls

Resolved! SSO SAML 2.0: On-Demand Login/User Provisioning

OverviewFollowing somewhat similar principles as the LDAP On-Demand Login functionality, this extension to the SAML 2.0 plugin allows the configuration of auto user provisioning. Out of the box, the SAML2.0 plugin requires that the user record exists...

enojardi by ServiceNow Employee
  • 15345 Views
  • 45 replies
  • 32 helpfuls

Styling of UI page

Hello Everyone, I need to style a ui page in service now. I did it but its not coming as per expectation as I have little knowledge on HTML & CSS. Please look into the screenshot below, my requirement is this container should come as a pop-up. But so...

find_real_file.png
SNOW32 by Giga Expert
  • 6026 Views
  • 1 replies
  • 1 helpfuls

How to add Role in condition in Onload client script??

Hello, I have created the below code, I need to add role condition. example: If user has role 'ABCD' then execute this.  Can anyone help function onLoad() {var state = g_form.getValue('state');if(state == 6) {g_form.removeOption('state', '3'); } if(s...

Resolved! How can I sort the order of records in list?

Hi,   I would like to sort the order of records in list. In ServiceNow product document, isOrder will work well. However, I cannot find is Order in attribute. Could you let me know the way of sorting? I hope to choose one column and the sort the orde...