The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

How to create a accessibility error popup upon response from API

I am working on a Portal where I would like to create a popup when error is returned from API. I was able to achieve this multiple ways like spModal and modal-dialogue but non of them are focused by accessibility tools like JAWS and NVDA. I found a w...

Community Alums by Community Alums  
  • 312 Views
  • 2 replies
  • 0 helpfuls

Resolved! Limit access to Requested Items based on Role

Hi there. We have a special ask regarding certain items in the Service Catalog. We are aware of the User criteria function, but what this does is to limit access to the Catalog item for users when they are requesting items.  The situation I am dealin...

tahnalos by Kilo Sage
  • 2559 Views
  • 9 replies
  • 1 helpfuls

Resolved! Call a Flow Action from service portal

Hello, How do I call a Flow action from Service Script in a Service Portal Widget?The action returns a URL and I want the page to be redirected to the new URL Thanks 

maryc by Tera Contributor
  • 1240 Views
  • 3 replies
  • 1 helpfuls

Employee Center Portal - Some Users Not Seeing Main Search Bar

There are a few of our users, very few, that for reasons unknown are not seeing the main search bar on our Employee Center portal. It should look like this-But these users are seeing this-If we impersonate them, we can see the search bar fine. It is ...

jlaps_0-1713895572488.png jlaps_1-1713895593065.png
jlaps by Kilo Sage
  • 893 Views
  • 1 replies
  • 0 helpfuls

I am calling a mail script from notifications

I am calling a mail script from notifications here is my code var gr = new GlideRecord('incident');            gr.query();            while (gr.next()) {                var sr = new GlideRecord('sys_journal_field');                sr.addQuery('elemen...

Resolved! Edit Component UI Builder

Hi All,There is a drop-down in UI BUILDER, A functionality is require when i click on first table, then list of record of the table should open,Thanks

Balbir_Singh_0-1713809995973.png

Resolved! Need to Customize DropDown Menu

There is need to customize drop down in UI Builder, when incident selected, there should be form of incident record and if second option selected, there other table should show. 

rahdev_1-1713810834836.png
rah dev by Tera Contributor
  • 1004 Views
  • 6 replies
  • 3 helpfuls

Javascript error on .split.filter

I am trying to run this snippet of code in a background script to prove it works on my data but it errors out with Javascript compiler exception: syntax error (null.null.script; line  This is the line in question:  const entries = logString.split(pa...

e_wilber by Tera Guru
  • 259 Views
  • 1 replies
  • 0 helpfuls