Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

Resolved! Auto-Populated Field Display Values Don't Transfer to RITM

When auto-populated one reference field with another (both from the sys_user table), the DisplayValue for the auto-populated field doesn't transfer from the Catalog Item to the RITM.  I am submitting the request as a local Admin.  So, security permis...

appstorm by Tera Contributor
  • 2343 Views
  • 9 replies
  • 0 helpfuls

Resolved! how to append the drop down field values?

Hello , I was working on a custom form.there is a checkbox field on Representative table called validFlag = Booleanthere is Employee table in that we are having Frequent flag (string with drop down values Yes/No)= validFlag(representative table field...

Are Kaveri by Tera Contributor
  • 2067 Views
  • 7 replies
  • 0 helpfuls

Resolved! How to add URL parameter to redirect

Dear Community,I'm using an UI action button in the Agent view ("Create Emergency Case") that creates a case. Finally the UI Action uses a redirect:var url = '/nav_to.do?uri=sn_customerservice_case.do?sys_id='+ newCaseSysId; action.setRedirectURL(url...

Sirko by Tera Expert
  • 2845 Views
  • 2 replies
  • 0 helpfuls

Confirmation Message with Yes or No options

Hello ServiceNow experts! I have this Client Script that has a confirmation message showing to copy fields from parent to child case. This confirmation message has options to select: OK (copy) and Cancel (not to copy). Please help in modifying to cha...

tindiz_0-1730875185143.png
tindiz by Giga Guru
  • 1463 Views
  • 3 replies
  • 0 helpfuls

onCellEdit Client Script

Hello Experts,I've written the script below to validate whether the start date is less than the end date or not. However, the script isn't functioning as expected. While I receive a proper confirmation message, when the start date is greater than the...

abhijee by Tera Contributor
  • 5342 Views
  • 4 replies
  • 0 helpfuls

Resolved! Building a Manager audience in Content Publishing

Hi there! I have some content that I need to publish on Employee Center so that it is just visible to managers, and I wanted to see if anyone else has solved this problem, because it seems like there should be a simple way to do it. We already have a...

Resolved! Recordwatch question..

Hello all. I cloned a copy of the datatable from instance definition widget and added the following code for a record watcher: spUtil.recordWatch($scope, "x_325383_modules_exm_module_table", "", function(name) {console.info('this is a test');spUtil.u...

PeteM1 by Tera Contributor
  • 2885 Views
  • 8 replies
  • 2 helpfuls

ServiceNow SSO and Kount

Has anyone been able to successfully implement Kount into their ServiceNow SSO IdP setup?  There's some information on how to get a JavaScript library into ServiceNow, but it seems unnecessarily difficult to setup and maintain as new versions are rol...