Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Forum Posts

Resolved! Hover text/Help text on Form field which extends the task table

I have a requirement to add hover text on a field present on the Change form. I know this can be done easily by ' editing the information in Configure Label' for a field. But this option won't work as the field is from task table I am looking for an ...

tina1607 by Kilo Contributor
  • 4732 Views
  • 4 replies
  • 10 helpfuls

SharePoint Online Service Now Integration

I'm new to Service Now Developer Community. I have a requirement to Display Knowledge Base Articles / Incidents in SharePoint Online from Service Now.  I have the following requirements. 1) KB Article is managed in Service Now but end users will view...

Kannan16 by Kilo Contributor
  • 5272 Views
  • 5 replies
  • 1 helpfuls

Hiding password from REST API script

I am using  javascript to insert an entry in ServiceNow table using REST API (System Web Service ) Method. Is there any option that I can hide password from script?, I am good to use any other script language also. My goal is to insert an entry in an...

AGK by Giga Contributor
  • 1438 Views
  • 3 replies
  • 4 helpfuls

Resolved! Can i have a color picker in a form ?

hello I want to let the users on a form chose the color they want but it is a hard for them to always give the Hexadecimal code of colors so what i want is to let them chose the color they want by integrating a color picker like the one in system pro...

find_real_file.png
Tahri by Kilo Contributor
  • 1545 Views
  • 2 replies
  • 2 helpfuls

stop email notifications when assigning incident to myself

I'm trying to setup outbound emails to only send out emails if another user assigns the ticket. Example: If a service desk tech assigns themselves an incident. No email                                 If a manager/or other service desk tech assigns a...

Check access to a catalog item for a specific user

For checking the availability of a catalogue item for the currently logged in user, you can use the GlideappCatalogItem package and the canView() function. Does anyone know if the package has a means to check permissions for a specific user, instead ...

Ian Kirby1 by Giga Expert
  • 4146 Views
  • 8 replies
  • 2 helpfuls

Resolved! How can I get the page a user is on in the Service Portal?

I have a global business rule that should only run if the user isn't on a certain page (record producer) within the Service Portal. The old function used on our CMS doesn't get enough information (gs.action.getGlideURI().getMap().toString();). How ca...

Blair5 by Tera Guru
  • 4434 Views
  • 15 replies
  • 8 helpfuls

Set Checklist Formatter to Read Only

I'm using the Checklist Formatter on the SCTASK form, and I have a need to make it read only when the SCTASK has a certain Request Item type. What I'm looking to accomplish here is to remove options to add/remove the checklist and add/remove checklis...

find_real_file.png
westonr by Tera Contributor
  • 1094 Views
  • 2 replies
  • 0 helpfuls

Unable to find API Documentation on GlideImportSetLoader

I am learning the ropes with ServiceNow and I am having the hardest time trying to find various classes and methods in the API documentation. I stumbled across some forum topics that were relevant to some development work I am working on and wanted t...

How to check if a comment or work notes exists on a record?

I'm trying to pull comment data from a third party app via REST and insert it into incident records in snow and I was wondering how to update the activity stream with new comments. Currently, when creating a record I will just set the comment I got f...

Brianlion by Giga Contributor
  • 3160 Views
  • 2 replies
  • 3 helpfuls

LDAP OU Definition Filter

I need to query a specific group in AD and return the members of that group. I have created an LDAP OU Definition with the following fields:RDN: OU=UsersQuery field: sAMAccountNameFilter: (&(memberOf=CN=mygroup,OU=UCAMS Managed Groups,OU=Groups,OU=En...

angiejones by Tera Contributor
  • 8443 Views
  • 10 replies
  • 2 helpfuls

Resolved! MRVS to String onSubmit Client script

Hi Everyone, I have a Multi Row Variable set with 1 column and about 75 different possibilities that can be selected. I am trying to parse my MRVS so i can print any number of selections into a string seperated by a ",". This is so i can use the form...