Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! Set work notes from "system" in automated workflow

Hi Team, We have a Catalog Item where a user can request themselves or another User to be removed from an Assignment Group. This includes reassigning their existing tickets, if any, back to the Group. We also put in a Work Note in the ticket informin...

Resolved! How to format date field for onBefore transform script

How can I run an onBefore transform script to convert mm-dd-yyyy hh:mm:ss to yyyy-dd-mm ? I attempted to use target.u_install_date = new GlideDateTime(source.u_asset_start_date) but it continued to show an error  I've also tried: target.u_install_dat...

mdjoseph12 by Giga Contributor
  • 2652 Views
  • 6 replies
  • 2 helpfuls

Resolved! Record Producer align fields to the right

When creating a Form with Form Designer, you can have fields on the right and left side of a 2 column layout.  This allows you to have the left or right side have more fields than the other.  Is there a way to replicate this on a Record Producer on t...

Andrew122 by Mega Expert
  • 1607 Views
  • 1 replies
  • 0 helpfuls

Resolved! Copy attachment file from incident to problem

My script is not working,GlideSysAttachment.copy('incident', current.parent, 'problem', current.sys_id);var attach = new GlideSysAttachment();attach.update(current.request_item.getRefRecord());ortable : sys_attachmentCondition: current.table_name == ...

chanikya by Mega Sage
  • 4388 Views
  • 11 replies
  • 0 helpfuls

Taking Input from user in Service Portal Widget

I am configuring a widget where i am giving the name of a user as input and there is a submit button,clicking on it it will show a message "Hello" with the Name of the user i given as input.I have configured the widget but it is not showing any messa...

find_real_file.png find_real_file.png find_real_file.png
june1994 by Kilo Explorer
  • 11881 Views
  • 9 replies
  • 4 helpfuls

Resolved! Getting rid of modal-footer when using spModal

Our team is using spModal in Service Portal to pull up the ootb Form widget and am wondering if there's a way to get rid of the modal-footer: I tried to add some css to make display none, but it doesn't work: .modal-footer {display:none;} Has anyone...

find_real_file.png
yundlu316 by Kilo Guru
  • 1811 Views
  • 1 replies
  • 5 helpfuls

How to set a clone widget to existing widget?

Hi Developers, As i am new in service portal , i want to know how to set a cloned widget with an existing one. While practicing Service portal, I saw that in incident page end user view, it is showing assgned to and assigned group but in service requ...

Global modules/tables vs Scoped Applications

Hi From what I can find on the community there doesn't seem to be a clear answer as to when to use custom tables and when to use a Scoped Application.  We are in the situation now where we have to make a choice of which one to use for a project and a...

Dedrei L_ by Tera Contributor
  • 4575 Views
  • 12 replies
  • 5 helpfuls

Setting up SMS Notifications

I am trying to set up SMS notifications on a Madrid instance. I am following the ServiceNow documentation for Notifications, and also referencing several articles on the Community site. So far, it's not working.  I have added the Notification Devices...

dstuart by Kilo Expert
  • 1567 Views
  • 4 replies
  • 0 helpfuls

Resolved! if statements in record producer script

Hi all - trying to figure out where I've gone astray here. First one, if statements in the record producer script 'section'. I want to have folks select from a 'select box' (request_type) and then use that to drive what appears in the description box...

alithia by Tera Contributor
  • 2395 Views
  • 2 replies
  • 1 helpfuls