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

Business rule generating duplicate event entries

I'm trying to generate emails based on the below business rules that will trigger two events: I'm using the below script:(function executeRule(current, previous /*null when async*/) {    // Arrays to track processed emails and SYS IDs    var processe...

matthew_hughes_0-1746530970226.png matthew_hughes_1-1746531083978.png

How do I add a widget to all pages in a service portal?

Community, I would like to add a widget to all pages on my service portal rather than adding it to each one individually. Is it possible to create a content template that is applied to every page? In other searches it was recommended I look into Them...

Justin59 by Giga Contributor
  • 1432 Views
  • 4 replies
  • 1 helpfuls

Notification by flow

I need Help how to configure flow when there is no update on P1  incident since last 30 minutes there should be a notification trigger to assigned to user. and next 30 minutes count should be start from when first notification send to user

MdAreeb by Tera Contributor
  • 212 Views
  • 1 replies
  • 0 helpfuls

How to load a UI Script after the entire dom is ready

I have a UI script that I have made available to an application portal. The issue that I'm facing currently is that the UI script code is being loaded before the entire dom is ready. As a result, any reference to a dom element in the script would giv...

find_real_file.png
raskill by Kilo Contributor
  • 3249 Views
  • 5 replies
  • 0 helpfuls

How to set embedded widget options via clint script

How can we set embedded widget options via client script HTML Templates <div class="form-group"><p>Embedded widget via Client Script</p><sp-widget widget="c.clientScriptWidget"></sp-widget></div>   Client Script function(spUtil){ spUtil.get('widget-c...

Resolved! Making a multi row variable set mandatory?

Hi,Is there a way to make a multi row variable set mandatory? Recently I had the requirement to make a planned outage date variable where up to 7 dates can be added. I have done that using a mutli row variable set with start and end date/time variabl...