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

Forum Posts

Change display field for reference field

I have a reference field on 'Issue' table to the 'Task' table, the client wants to have the short description of the task instead of the task number in the field. Is that possible without changing the display value on 'Task' table? I tried a dictiona...

Marton by Kilo Expert
  • 6224 Views
  • 4 replies
  • 0 helpfuls

Resolved! How do I Add Additional Fields to the "Data Table from URL Definition" widget when displaying a simple list of all incidents?

I am trying to figure out how to add the "caller_id" field to the expanded "list" view page of the simple list widget. The widget I am referring to is the "Data Table from URL Definition." I tried associating a view with Simple List but it's not disp...

Identify custom tables in a scoped app?

Is there a way to identify custom tables in a scoped app? Custom tables in global would have a u_ prefix in their names, but custom tables in a scoped app can have arbitrary names. Can I rely on some method or attribute to identify a custom table bes...

An Hong by ServiceNow Employee
  • 2106 Views
  • 3 replies
  • 4 helpfuls

Adding Users to Group via the API

Hi    I am looking for some assistance if someone could assist. I can create the user which is all fine and well using the API, but when researching to add that user to a group. It appears that I need to look at using GlideRecord.  I had a look into ...

Resolved! How to know the table name of the catalog item request form

Hi Guys, What is the table name of the catalog item request form. before it became a record in the sc_req_item.   Reason for this, because I wan't to know the value of the variable for a transform map validation purposes. Thanks, Tadz

find_real_file.png
Tadz by Kilo Sage
  • 6349 Views
  • 3 replies
  • 2 helpfuls

Resolved! when to create or modify probes/patterns ?

hi all, we are entering into implementing CI discovery for our organization and as a developer, I was curious in knowing my scope of work on the technical side. do I need to worry about creating probes or patterns? I am under the assumption that we d...

Resolved! Is it possible to skip mandatory fields in a business rule?

Hi All, I am looking to set up a business rule to update a checkbox field after the initial record has been inserted (essentially, an update right after the initial insert). I have some mandatory fields on the record that users are required to fill o...

David P2 by Kilo Explorer
  • 3474 Views
  • 7 replies
  • 2 helpfuls

Resolved! Force Logout Users in all Nodes

I have a business rule that is trying to force Logout users using the below script  var gr = new GlideRecord('v_user_session'); gr.addEncodedQuery('user=YOURIDHERE'); gr.query(); while(gr.next()){ gr.locked = true; } But the problem is in productio...

D_8 by Tera Contributor
  • 4139 Views
  • 6 replies
  • 7 helpfuls

Resolved! SNC.Notify not defined in scope app

Dear all, I am using the following script to initiate a notify call var notify = new SNC.Notify(); var from = '+41215391714'; var to = '+41786930906'; // set up a conference call var conferenceCall = new GlideRecord('notify_conference_call'); confere...

wakespirit by Kilo Guru
  • 2987 Views
  • 6 replies
  • 1 helpfuls