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

Forum Posts

Servicenow Integration with on premise Jira

Hi everyone, Can any one help me with the process to integrate snow with on premise Jira? Do we need to enable any port or we have to use any midserver. Our Client is not using any midserver as of now.

Font size of field

Hi all, How can we change the font  size of both annotation label and field "Risk and impact analysis.    

find_real_file.png
ektakumari by Tera Contributor
  • 1829 Views
  • 3 replies
  • 0 helpfuls

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
  • 1854 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
  • 1376 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
  • 4522 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...

Resolved! If condition in the Business Rule

I have one custom table(u_custom) with three fields.  Fields are company(reference to core_company), life cycle status(drop down list with five values) and product model. It is related list to the product model table. Company field(reference) has sev...

san1989 by Giga Guru
  • 5528 Views
  • 6 replies
  • 0 helpfuls

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
  • 5415 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
  • 5258 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 Kilo Guru
  • 2407 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