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

Forum Posts

Alternative email addresses lookup on approvals

It's time I tackle this so I have a question. We have users with different email addresses (due to domain relationships). So when certain users attempt to approve a request, it'll reject them since their primary is not valid. I have a custom secondar...

KB15 by Giga Guru
  • 2109 Views
  • 10 replies
  • 2 helpfuls

Resolved! Update condition builder via script

I have a catalog item where users select multiple applications and multiple locations. Upon submitting the catalog item a record is created within the "sys_notif_subscription" table. I need to update the condition builder for the created record with ...

find_real_file.png

Different email notification when REQ is closed

Hello, currently I have a business rule to set the RITM Stage, and an event in a catalog item workflow to set the RITM stage and state as "Closed Incomplete", respectively, when the SCTASK is set to "Closed Incomplete". When the RITM closes as a resu...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Resolved! Choose Images from Image library in HTML-fields?

When using the HTML-widget in SP and I want to add an image, I can't choose an image in the Image library in the instance. I can only choose images from my computer.  How do I make it possible to be able to choose from the image library? Or can I do...

Resolved! Iterate through the Recipients array

Hi guys,   I am trying to iterate through the Recipients array in search for a specific email address. I have the below script include and it works great but only if the email address is the first one in line, if it is situated in the TO or CC field ...

Bogdan18 by Tera Guru
  • 7272 Views
  • 2 replies
  • 0 helpfuls

Resolved! Catalog Client Scripts: Get User Mobile Phone

In our request catalog we auto populate "On behalf of" and their "location." The Get User Location client Script looks like this:   function onChange(control, oldValue, newValue, isLoading) { if (newValue == '') { return; }   var obo = g_form.getValu...

rmechols by Kilo Contributor
  • 3479 Views
  • 15 replies
  • 10 helpfuls

Resolved! Pass variables using Parallel Flow Launcher

Hi allI do want to trigger a sub-workflow out of a workflow. The workflow shall pass two parameters to the sub-workflow. How can this be achieved?Input 1: action, select box, choices('create','update','delete');Input 2: CI, list collector pointing to...

Resolved! GlideAggregate not working on dot walked variable?

Function below outputs the correct count of each "u_process_attribute.u_name" however it doesn't print the name of the u_process_attribute.u_name. Thoughts?getRating: function(assessment) {var assessment_sys_id = assessment; // Change this to do calc...

agoel by Kilo Explorer
  • 4590 Views
  • 4 replies
  • 4 helpfuls

Resolved! How to add a pie chart to a widget?

I need help on how to add a pie chart to one of my widget. I am look for something similar to this one on Google's dev site.   This is the code that Google has: <html> <head> <script type="text/javascript" src="https://www.gstatic.com/charts/l...

find_real_file.png
JDX7913 by Tera Guru
  • 3825 Views
  • 3 replies
  • 6 helpfuls