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

Forum Posts

Resolved! Label as Link

Is there a way to make the label of a field be a clickable link to a record? For example, I have a child record, and I have the number of the parent on the child like so: Parent Record Number: TST-01-01 I would like the label, "Parent Record Number" ...

ggg by Giga Guru
  • 3545 Views
  • 3 replies
  • 2 helpfuls

Resolved! current.assignment_group is not working in Business rules

Hello Guys, can you please suggest what to do here, in the below code so that things will work fine again .   My Code :  var grProblem = new GlideRecord('problem'); grProblem.initialize(); grProblem.setValue('short_description', 'PRB generated from P...

Mr_Blue by Tera Expert
  • 3000 Views
  • 6 replies
  • 4 helpfuls

Resolved! Using loop to update record via GlideRecord

I have 3 custom fields in the sn_hr_core_profile table. The details are as follows: 1. u_org_1 (Reference to can_department table)2. u_org_2 (Reference to can_department table)3. u_org_3 (Reference to can_department table) I am running a background s...

Moy1 by Kilo Guru
  • 3296 Views
  • 2 replies
  • 0 helpfuls

Isolate Script

Hi All, We created two UI Actions with same script one with Isolate Script false and others with Isolate Script true. The one with Isolate script true is only working. May I know what exactly this Isolate Script is? Note: The both UI Actions calling ...

ramesh_r by Giga Sage
  • 35896 Views
  • 2 replies
  • 16 helpfuls

Resolved! Global objects and variables

Dear experts,   Can someone help me with a reference which lists ALL the GLOBAL VARIABLES AND OBJECTS that can be used in Now platform while scripting? Also with documentation where they can be used - on Business Rules, Client Scripts, .....   Hope y...

Resolved! Can any one guide me how to crack service now admin ITSM interview? I completed the service now training plans.? Still in confusion on how to prepare the incident,change,problem management?

I am new to service now and I completed the service now learning plans. I have an interview on ServiceNow Admin role(ITSM) incident Management, Change Management, Problem Management. Can anyone suggest me how to prepare or crack the interview.? Thank...

Syam Prasad by Kilo Contributor
  • 2185 Views
  • 1 replies
  • 2 helpfuls

Resolved! How to get value from server side and display it in server side?

Based on the value(Account Name) from input radio buttons I wanted to get the details of the particular account from server side and display it in the server side. But I was unable to do that. HTML: <div> <input type="radio" ng-model="c.data.acc" val...

Ajith7 by Tera Contributor
  • 4569 Views
  • 1 replies
  • 1 helpfuls

Moving Scoped application from DEV to Test and Prod

I have built out a scoped application and I am trying to move from DEV to TEST/PROD.  In DEV I have published the application.  I went to my TEST instance and was able to install the application.  In the new applicaiton i created a new SP widget poin...

Resolved! Getting column value from user table using GlideRecord

Hi, I am trying to get a column value from a table which I created, u_my_usertable, in SN workflow script task. I am new to SN & scripting, I may be doing silly mistake. u_fileid is a column in my u_my_usertable table. Here is my code. var wfname = w...

AGK by Giga Contributor
  • 3860 Views
  • 4 replies
  • 3 helpfuls