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

Developer vs. Implementer

Hello,I am very grateful for the opportunity to start applying ServiceNow to benefit of the people I support.   The question I would like to ask regards developer vs. implementer roles.  I had been led toward a role with ServiceNow referenced as "imp...

image.png
EKostenko by Giga Contributor
  • 2973 Views
  • 5 replies
  • 0 helpfuls

What is "sys_ui_related_list" table

Hello community, I am confused of table "sys_ui_related_list". Can someone please help me un understanding how can we navigate to this table from application navigator  What type of records will this table store in  "sys_ui_related_list". How to vali...

Mk_snow by Tera Contributor
  • 3087 Views
  • 8 replies
  • 0 helpfuls

After BR is not running

Hi Everyone, I have created a simple After insert,update BR on SG-Intune Computer Related table,where it shows a Infomessage message.But that BR is not running. Can anyone help me on this Thanks in Advanced

VanamaA by Tera Contributor
  • 1924 Views
  • 12 replies
  • 0 helpfuls

Service Operations Workspace "Add to Cart" Functionality

Hi all,I’m encountering an issue with the "Add to Cart" functionality in the Service Operations Workspace (SOW) portal pages. In the standard /sp portal, users can click on "Add to cart" for specific catalog items, and they are successfully added to ...

johnstan by Giga Contributor
  • 843 Views
  • 1 replies
  • 0 helpfuls

Record is getting populated in servicenow widget customization

i am using two widget from 1st widget i am calling the 2 nd widget  1st widget :calling the second widget and want to pass some paramter(it is actually a value) using this code ,  data.insid=input.selectedRecord;        var myinput={            insta...

community 4.PNG
abhi56 by Tera Contributor
  • 659 Views
  • 1 replies
  • 0 helpfuls

HRSD Restrict groups to certain COEs only

Hi team, I have Group1 with sn_hr_le.case_writer role and Group2 with sn_hr_core.Basic role. I need the members of Group1 to have access only to HR lifecycle cases and I need the members of Group2 to have access only to HRIT Cases. And if any member ...

Record watchers in server scripts?

Hey folks, Is there a way to use record watcher in server side scripts. I want to be able to monitor the records that get generated as a result of multiple async calls. Once all async calls are finished, I want to wait till all records have been gene...