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

Forum Posts

how to create pop-up for ui action

Hi everyone,i need to create one button Request Approval on change   form so that it will prompts with a pop-up and allows enter a message that will be added in the email that goes out to the client lead requesting approval.So could you please give s...

ganesh7 by Kilo Contributor
  • 7267 Views
  • 5 replies
  • 7 helpfuls

How to detect weekend days

I got a requirement -all incident are opened during weekend , their State field must be set to "New".     However, their State value -"New" must be converted to "Active" if date is coming to Weekday (Monday - Friday).     How can I monitor the date c...

nancyhz by Mega Contributor
  • 7179 Views
  • 14 replies
  • 0 helpfuls

Resolved! How to add integer fields?

This seems like it should be simple...  I have an onChange client script running when one one of my fields changes, and for some reason, the integer field will only accept numbers up to 999.   It rounds 1,000 down to 1.   Not sure if my code is wrong...

Resolved! How to include custom columns on Visual Task Board?

I am aware of how to customize what fields appear on a Visual Task Board card. (When viewing a record, customize the form layout for the view named "VTB")However, any custom columns I add to the VTB view that are not a part of the Task table do not e...

find_real_file.png
MG Casey by Mega Sage
  • 2967 Views
  • 1 replies
  • 1 helpfuls

USING A UI ACTION TO UPDATE MULTIPLE FIELDS

Hello, I'm new to the servicenow platform. I am going through some excercises and trying to update the 3 description fields on a table using a UI button. Im simply trying to change the fields "Apples", "Muffins", and "Cookies" to say "Expense Report ...

Screen Shot 2016-02-03 at 5.09.51 PM.png Screen Shot 2016-02-04 at 9.05.49 AM.png Screen Shot 2016-02-04 at 9.08.40 AM.png Screen Shot 2016-02-04 at 9.11.04 AM.png
aarondrew by Kilo Contributor
  • 2042 Views
  • 1 replies
  • 0 helpfuls

Resolved! expand report list in homepage automatically

Hi,I'm just curious if it's possible to auto-expand a report list that's shown in a gauge on our homepage.       The report list is grouped by a field so by default whenever someone opens the homepage the list is collapsed.     We would like this exp...

Resolved! Right Click approval question

I have an issue with the right click approval context menu. When I am in the "My Approvals" area for the users (She is ITIL users) the right click approval context menu is fine:If I drill down in to a change where her approval is needed, the right cl...

RC App 1.png RC App 2.png
Community Alums by Community Alums  
  • 2253 Views
  • 5 replies
  • 2 helpfuls

Resolved! Run scheduled job on specific node

I am using the sample codevar rec = new GlideRecord('scheduled_import_set');rec.get('name', 'YOUR_JOB_NAME_HERE');SncTriggerSynchronizer.executeNow(rec);to run an inactive scheduled job from a Workflow. I know that if the job was run normally via the...

Resolved! How to save record before trigger an action in one UI Action ?

Hello GuysI have an ui action which is triggering event: gs.eventQueue("mim.sms", current, false, value); But this ui action is as Form Button "Send SMS" which is appearing on the incident page. There story behind this is: I have a field in Incident ...

lampek by Kilo Contributor
  • 3276 Views
  • 3 replies
  • 2 helpfuls

Resolved! What is the easiest way to debug inbound REST?

I am trying to troubleshoot a WebServices import table.We are using REST to send the data to the table.The table is configured as a WebServices import table so it automatically transforms the data as it is being loaded.Various URLs have been tested w...