We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Inserting multiple rows with a single Import Set API call

Hello Everybody, I have a question regarding the usage of the Import Set API through REST + JSON web service calls. I can successfully use this to import single records to tables (using import set table -> transform map etc.).    However, when I try...

Tam_s Holics by Tera Contributor
  • 16784 Views
  • 13 replies
  • 20 helpfuls

Resolved! Database View as Module

Created an application menu and would like one of my modules to be a database view I have defined. It is possible? What kind of link type would this be?

TCole94 by Tera Expert
  • 1606 Views
  • 2 replies
  • 4 helpfuls

How to update the Retire date of the asset?

I have the below condition, When you click on the button, it must happen the following behavior: A pop-up is displayed with the next fields:Quantity (mandatory field)State = retired ( read only )Substate (not mandatory and editable)These are the valu...

find_real_file.png find_real_file.png
Annie Scott by Tera Contributor
  • 1350 Views
  • 2 replies
  • 0 helpfuls

Update values with onCellEdit

Hi all, I was working on a client script with allows the user to change the status of a project in the Project list, and in the same action I need to set the Active field to False and refresh the window to see reflected the change in the Active field...

gustavo1 by Kilo Contributor
  • 9254 Views
  • 5 replies
  • 0 helpfuls

Resolved! Email script : HTML syntax for Bold letters

Hi,Can anyone help how can I make the line bold when I write a email script.My script piece of code looks like this:_______________________________________________________________________________________if(compliance) {   template.print("\n SOX / PCI...

Need help in widget for adding colour codes

Hi, We are using a widget to display the list of records on the portal from change request table. Now, i need to customise the widget with the below points which will display colour codes. PLease help me with this request. 1. Green circle if the actu...

Bala13 by Kilo Guru
  • 1334 Views
  • 3 replies
  • 0 helpfuls

Background script to update date field

Hello! I need to update the retirement date of assets with a specific date using background script. This is my script but it does not work. var gr = new GlideRecord('clm_m2m_contract_asset'); gr.addEncodedQuery('<insert query>'); gr.query(); while (g...

ceraulo by Mega Guru
  • 3263 Views
  • 5 replies
  • 0 helpfuls

Resolved! Giving more Running Transaction time while save a record

When I save a record (Vendor risk issue), it's taking lot of time even though internet speed is good. I'm getting a Running Transaction message on the top along with the time in seconds. Here i found the BR which effect the this Running Transaction t...

find_real_file.png find_real_file.png find_real_file.png
subbarayudu by Tera Contributor
  • 1788 Views
  • 7 replies
  • 2 helpfuls

Resolved! Using gs.eventQueue in Scheduled Job

Hello! I have a scheduled job that triggers an event, which then triggers a notification. This is my scheduled job: var sysid = gr.getValue('current.variables.contract_support_group'); var gr = new GlideRecord("sc_task"); gr.addEncodedQuery('numberS...

ceraulo by Mega Guru
  • 3088 Views
  • 4 replies
  • 1 helpfuls