Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Resolved! Widget with Angular Provider (calendar)

HiI'm trying to add a calendar with an angular provider like this :AngularJS Tutorial Series: Part 1 — Building a Calendar with LESS CSS, Font Awesome, and Moment | CodementorDid someone archieved this ?I got this for the moment, I think I missed som...

Capture d
xif1 by Mega Expert
  • 8581 Views
  • 11 replies
  • 0 helpfuls

gs.daysAgoStart(0) vs gs.beginningOfToday()

Date input fields and fields values (labels) for filter component: I'm using the value "javascript:gs.daysAgoStart(0)" (before Today) which is not translated correctly in snDateChoiceElement.js to "before Today" because snDateChoiceElement.js looks f...

barakpinch by ServiceNow Employee
  • 3338 Views
  • 1 replies
  • 0 helpfuls

Resolved! Condition for scheduled job

I am new to scripting and need assistances with creating a conditional script for a scheduled job.I need the job to execute based on the 1st day of the month, 2nd day of the month, every Friday, and last day of the month.

KristyS by Kilo Guru
  • 5855 Views
  • 8 replies
  • 1 helpfuls

Include Attachments in Report

Hello all, We have a catalog item that requires fulfillers to include an attachment before closing out the task. Once all work is completed that attachment is included in the email notification and is sent to the requester. My requirement is to creat...

gnunez by Kilo Guru
  • 2744 Views
  • 3 replies
  • 0 helpfuls

Resolved! Need Advice - Is deleting user defined columns a good idea?

Dear Experts, We have a situation where many tables have a lot of user-defined columns, and I think these were defined at least 4 years ago (that's before I joined here). There is a lot of data and I believe these additional fields (table columns) we...

Sonal10 by Kilo Expert
  • 2542 Views
  • 4 replies
  • 3 helpfuls

Resolved! Sending outbound business rules as curl

Hi guys, So after the kind help given in https://community.servicenow.com/community?id=community_question&sys_id=947e0048dbb7d740e0e80b55ca9619d6, I'm now having different problems. I'm trying to send a POST Rest message to the Jenkins API. I can rea...

Tom23 by Tera Expert
  • 2628 Views
  • 4 replies
  • 2 helpfuls

Resolved! Glide schedule Subtract

The below script does add date based 8-5 Business days and it works fine. But i have a requirement, where it needs to do the subtract. It didnt work.. Could anyone of you help?   var date = this.getParameter('sysparm_date'); var dueDays = this.getPar...