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

Forum Posts

Resolved! Client Script populate Date/Time field

I have a UI action that needs to record the current date/time in a field and set other values, and then it runs a server side function. It uses the client OnClick and Action name enabling both client and server side functions to run.   The challenge ...

brkelly by Kilo Expert
  • 2984 Views
  • 4 replies
  • 1 helpfuls

Importing new assets

Hi Guys,I have a problem with importing assets into ServiceNow.For example: imagine my company decided to buy SNOW application and first thing is, we have to import all our assets from old asset management system.I have excel, where I have exported d...

soukypro by Kilo Contributor
  • 1762 Views
  • 1 replies
  • 1 helpfuls

Schedule job on 2nd sunday of a month

Hi All,I would like to run a schedule job on 2nd Sunday of a month.Can we directly get the week through any function?Regards,kirti

Community Alums by Community Alums  
  • 6572 Views
  • 8 replies
  • 1 helpfuls

Creating Hyperlink for change number

While using table "Change_request" below line works to create hyperlink to a change number to redirect it to change details when clickedtemplate.print(" <a href='" + baseUrl + gr.getLink() + "'>" + gr.getValue('chg_number') + "</a>");What changes to ...

Malaya by Giga Expert
  • 1445 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to Configure Dependent Choice Lists

I need to make sure I'm understanding the wiki correctly.I have Dropdown 1 (called State) that has 10 values (one being In use) and Dropdown 2 (called Purpose) that has 9 values (one being Production). I want the following:All 9 values of Purpose to ...

Richard101 by Mega Expert
  • 6191 Views
  • 2 replies
  • 0 helpfuls

Resolved! Reference fields shows empty

Hi,I have 2 reference fields built based on the same table (u_finance) to:1 select the duplicate and 2 to selected the related ticket of the ticket.When Duplicate Of and/or Related To is selected, they show blank but have a ticket assigned....Both ha...

find_real_file.png

Resolved! Grabbing sys_id in cart api script

Hi community,To give you some background of what I am trying to do, we send emails (via inbound actions) to SN to create RITMs based on what the email says. For example, "Item: ServiceNow Permissions" is a catalog item we have that a user can request...

javis by Giga Expert
  • 2741 Views
  • 10 replies
  • 0 helpfuls

Resolved! Lookup selectbox reference qualifier

Hi AllI have a lookup select box and I want to write a reference qualifier which will populate the data based on data saved to requested For field.I had earlier set this up as assigned_to =javascript:gs.getUserID();But this just fetched record for th...

surya123 by Mega Guru
  • 9756 Views
  • 17 replies
  • 8 helpfuls

Glide list reference qualifier

Hi All,On Case form, I have created a Glide list field 'Feature' - this is reference to a custom table Product feature (u_product_feature). The Product Feature form has another reference field Product (u_product) - reference to cmdb_software_product_...

kunal16 by Tera Expert
  • 1985 Views
  • 1 replies
  • 1 helpfuls

Extended CMDB - plugin

Has anyone found that if the "Extended cmdb" plugin is enabled on Helsinki the extended CI classes below "Personal Computer" do not appear, but if it's enabled in Geneva they do appear correctly?

rob_corradi by Kilo Contributor
  • 1641 Views
  • 1 replies
  • 1 helpfuls

Resolved! CMDB classes

Hi TeamI have a requirement to find out the list of all the available classes in CMDB_CI and other child tables related to it so that we can use the same when using baseline functionality for various CI. We have more than 1 million CI records so its ...

find_real_file.png
Dikshmalik by Tera Contributor
  • 6130 Views
  • 14 replies
  • 19 helpfuls

Resolved! ng-click scoped function passing value

Well this seems a bit odd...HTML Template (the important info)<tr ng-repeat="emergency in data.emergencies" id="{{::emergency.locationSysID}}">       <td ng-if="::data.userLocation == emergency.locationSysID">               <a ng-click="openSiteInfo(...

find_real_file.png find_real_file.png
xiaix by Tera Guru
  • 6338 Views
  • 6 replies
  • 3 helpfuls

Reference Field mouse hover display

On Mouse hover over a reference field I am able to see the Text (User Name) being displayed through a pop-up as shown below, Is there a way to modify this pop-up to reflect additional details of the User in the reference field such as Department of t...

find_real_file.png