Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Abort XYZ user record selection from Caller Field

HI folks, XYZ user record shouldn't be available for selection for logged in users. It can be available in any other case(imports. integration etc..,) How can i acheive this ?

Community Alums by Community Alums  
  • 884 Views
  • 3 replies
  • 0 helpfuls

Resolved! Global Search adding custom table

Hi,I already added the Transfer Order Line Task (alm_transfer_order_line_task) on the Text Search Group, and in the Dictionary I already clicked Generate Text Index, but the record is still not visible in the Global search. What I'm missing in the co...

JECC_0-1729870959831.png JECC_1-1729870984469.png JECC_2-1729871011193.png JECC_3-1729871156198.png
JECC by Tera Contributor
  • 3669 Views
  • 2 replies
  • 1 helpfuls

Resolved! drop down option need to hide

I have one variable  type of event (drop down)Board metingremote telecom offsite if want visible "offsite" option only requested for is  VIP users otherwise that option need to hide.

poco by Tera Contributor
  • 1666 Views
  • 3 replies
  • 1 helpfuls

ATF(Automated Test Framework) test steps fails after upgrade

Hi All, Before upgrade, ATF tests were getting executed successfully but after upgrade as I checked, all values are missing from the ATF tests. For example-First name, Last name and Groups are missing here. Table and View are missing here. Is anyone ...

aagman4_0-1729867904458.png aagman4_1-1729868041150.png
aagman4 by Tera Contributor
  • 1286 Views
  • 2 replies
  • 0 helpfuls

Resolved! Workspace viewport does not load page collection

Hi There, I have created a page collection that I would like to re-use across multiple landing pages. I have followed the docs article on how to add a view port, except I have added an event on the body of the landing page to hopefully load the viewp...

denmanty by Tera Expert
  • 4456 Views
  • 2 replies
  • 3 helpfuls

Translated Email Notification cannot be sent

Hi all, I am facing problems that the French email notification cannot be sent when user's preference language set as French.In sysevent_email_action table, I created a 'HR Record Submitted EW' notification to send out a email notification when user ...

eng_email_temp.png fq_email_temp.PNG email_sent.PNG translated_email_contents.PNG
DevpNew by Tera Contributor
  • 1413 Views
  • 3 replies
  • 0 helpfuls

Get a view name

Hi All,Does anyone know if there is any documentation for the js-object "view"?I can only find references to .startsWith and you can do a compare like view == 'ess', but I simply want to get the view-name. Thanks in advanceRachel

rpepperdine by Kilo Contributor
  • 6122 Views
  • 6 replies
  • 2 helpfuls

Resolved! Question reagarding catalog

Suppose during the catalog making .. i have made one variable that is "Language(selectbox)" and in the language drop down we have choices like "arabic" , "swiss" , "us" .And i have made one "Keyboard" variable also ... so if i select the "arabic" opt...

supriya1kum by Tera Contributor
  • 1777 Views
  • 4 replies
  • 2 helpfuls

Resolved! How to include search option in the drop-down menu

I have a drop down menu which will display the subordinated and subordinates subordinate (from the sys_user table) of the current logged in user. HTML:<div class="styled-dropdown-container"> <select id="userDropdown" ng-onclick="myFunction()" ng...