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

Forum Posts

Module - launch an external URL using a property

Hi there, I am trying to create a Module of Link type URL (from arguments) to launch an external URL. For a static URL it works fine but now I need to add the value of a System Property at the end of it. For an example, I want to launch: https://exte...

thinker by Giga Contributor
  • 2398 Views
  • 6 replies
  • 1 helpfuls

Resolved! PDI: Do not auto redirect to $m.do

Is it possible to use desktop version in Mobile    Problem:  Auto direct to Instance.service-now.com/$m.do   As only limited modules are available in Mobile version, i would like to stop redirection to $m.do

Nithin21 by Tera Expert
  • 1595 Views
  • 1 replies
  • 0 helpfuls

How to remove the Tab section from form

Hi,   How to remove the below tab from form. when i check the form designer there is no any empty tab like this, and i verified in "sys_ui_section " table also but no use

find_real_file.png
ramesh_r by Mega Sage
  • 4813 Views
  • 3 replies
  • 0 helpfuls

Monthly Report from time cards?

Hi folks,   I have an enhancement request to build a report of the hours submitted by month, but time cards are reported weekly regardless on month begin and endings.   Resource Plans have a built in monthly report, but it is based on weekly reportin...

Stage and state on sc_req_item

Hi: If I create a new workflow on sc_req_item table and look at the Stages in the workflow properties, I see the following: Request Approved, Waiting for Approval, Fulfillment, Delivery, Request Cancelled, Completed. I read that these come from the S...

ritaaudi by Tera Contributor
  • 6412 Views
  • 5 replies
  • 3 helpfuls

Resolved! How to set the selected value or text of choice field

Hi,   I am using a client script to populate the choice options using below code. g_form.clearOptions("reason"); g_form.addOption("reason", "", "Please Select One"); for (index = 0; index < newJSOnObject.length; ++index) {g_form.addOption("reason", ...

Ankit18 by Mega Contributor
  • 5744 Views
  • 3 replies
  • 1 helpfuls

Record Specific ACL on Attachment

Hi Community,   I have a custom table with records that I want to store a pdf of a legal document that has information that should only be read by a specific administrative group and the user which has signed the document.   Is there anyway to do thi...

Mathieu8 by Mega Guru
  • 2830 Views
  • 6 replies
  • 0 helpfuls

Resolved! Get the sys_id of the current record in UI macro

Hello, I'm working on a custom UI macro to add attachment on a form. How can I get the sys_id of the current record and pass it to the second parameter of the saveAttachment function. The following code doesn't work and I'm not familiar with Jelly Sc...

find_real_file.png

Resolved! $rootScope.$on on Catalog Client Script?

Is it possible to use $rootScope.$on for a catalog client script?  function onLoad($rootScope) { $rootScope.$on(....); } If that is not possible then is there another way to do this? I know I can put the info in the URL. However, if I can avoid pu...

JDX7913 by Tera Guru
  • 2187 Views
  • 2 replies
  • 1 helpfuls