Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

How to add help text to the survey question?

Hi All, How to add help text to the survey question?   For example i have survey questions  with number scale type. For each questions  need show help text like  5 for good,4 for best,3 for average.   TIA, Karthik Reddy T. 

Community Alums by Community Alums  
  • 2199 Views
  • 1 replies
  • 0 helpfuls

Trigger an email based on two conditions

I have the following code which obviously does not work. The idea is to send an email using Event is fired. I want to include in the email the part numbers where the Ready for UDI Data Entry is "Yes" and the Complete Status is "In Progress". Each rec...

find_real_file.png

Resolved! Update a record using flow designer

Hello everyone. My goal is to update the fields of a record using the selected vaules from the catalog item, however, I am not able to because my variables are greyed out. Please assist.

find_real_file.png
Kamva by Giga Guru
  • 6763 Views
  • 4 replies
  • 2 helpfuls

Resolved! PPT/docs on App Engine Studio

Hello All, Can anyone provide me some Docs/PPT on App engine Studio, I started learning on App engine studio and We need to give some presentations on the same to clients and have prepared one PPT but which is not that satisfying so I would be thankf...

How do I create multiple change tasks when a change request is submitted with a specific selected category as the condition.

I want the change task (or multiple tasks) to be created when the user submits a change request with the selected category "System Software".  Here is what I have: function onSubmit() {  var cat = g_form.getValue('category'); if(cat == "System Softwa...