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

Forum Posts

Copy form section to another view

Is there a quick/easy way to copy a section of a form view to another?I have created a number of sections for the emergency change form and now i want the same sections on my standard change form(with a couple tweaks). Am i stuck rebuilding the secti...

chazz1 by Mega Contributor
  • 11685 Views
  • 13 replies
  • 19 helpfuls

How to integrate REST API through Azure AD to SNOW?

Hi, I configured SSO from Azure AD to SNOW, but i need to access REST API using SSO credentials. I configured Azure AD Oauth , getting access token but i am not able to access snow api using this access token. Please help me on this.

Community Alums by Community Alums  
  • 6519 Views
  • 3 replies
  • 4 helpfuls

Resolved! Is there a way to show two tables in one list?

For some reason, Interaction records are not included in the Task table.This makes it difficult to show a Service Desk agent a list called "My Work" where all of their work is actually present. Is there a way to show records from both the Interaction...

Josh49 by Kilo Contributor
  • 2555 Views
  • 1 replies
  • 1 helpfuls

Resolved! Use recipient's name in Email Notification

Hi,  I have an Email Notification which is sent to the Group XYZ. How can I get the User's Name of each member in the group XYZ so that I can start the notification with a personalized greeting for each.  Is there, for example, a field that I can use...

PaKe by Kilo Sage
  • 8420 Views
  • 11 replies
  • 2 helpfuls

Default value for a Duration Field

Hi,I am looking to have 12 hours by default in a glide_duration field.I tried, default value:"1970-01-01 12:00:00""14400000""setDisplayValue('3 04:30:14')""javascript:setDisplayValue('3 04:30:14');"On the wiki, it is mentioned I didn't find the answe...

How to add an iframe to a UI Page

I have an iframe that contains a UI Page. I would like to take this iframe to add it to another UI Page. The reason I want to do this is because we have stood up password reset and those UI Pages are locked down out of the box. I would like to add so...

Nickels by Tera Expert
  • 4654 Views
  • 2 replies
  • 0 helpfuls

Resolved! how to set value of choice field in transform map?

Hi, I am setting  value of choice field in transform map with script as below but it is not working it will set value as 2-Medium always . (function transformRow(source, target, map, log, isUpdate) { if (source.priority== 'High') { target.priority ==...