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

KB attachment download

Hi experts,The system properties 'glide.ui.attachment.download_mime_types' and 'glide.ui.attachment.force_download_all_mime_types' are configured as such to force all attachments to be downloaded. what is the relation of these two properties with 'At...

Resolved! How to change text color on csm portal widget ?

Hi all,I have a requirement where I need to change the text and font color of an OOTB portal widget.   In the above screenshot there is a text "Contacts support to make a request, or report a problem" in gray color. How do I change the text message a...

SiddharamTakali_2-1699445042957.png
Sid_Takali by Kilo Patron
  • 1300 Views
  • 1 replies
  • 2 helpfuls

@ mention in cases

When a user @ mentions a colleague in a case it's only populating 5 users in the example below we have more than 5 names in the system, we don't want to increase the amount of names populated as it would be taxing on the system. is there a way to @ m...

RaltonStewart_1-1699440361529.png

how add a button in email notification

I am trying to send email when an approval is inserted for a non task table in a scoped app, I created a notification. How can I add a button to say "Agree to the conditions" which would work like approval and update approval state on the record?   T...

samadam by Mega Sage
  • 7860 Views
  • 7 replies
  • 5 helpfuls

Resolved! UI Action Condition to being display

Hi,I need to create a new UI Action on the incident form (a button). The button needs to be displayed only when these conditions are met:1) the login user is 'admin'.2. the login user is a member of the current assignment group3. the login user  is a...

Alon Grod by Tera Expert
  • 2226 Views
  • 9 replies
  • 6 helpfuls

Resolved! Need help in scripting

Requirement:1. Create a checkbox 'primary support' in group table.2. In Incident form if assignment group is selected in incident form and if that assignment group check box primary support is true then show an alert message. I have created the check...

CSM/FSM workspace client script

Hi all,I have client script that works fine in the backend view, but in worksapce it kicked the client script but didn't enter the glide recordfunction onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === ''...