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

Forum Posts

Resolved! I want Compare two arrays and return same elements

I want Compare two arrays and if same values are same return only those elements in the array. Here my script can someone help here -  Logic we are trying implement - 1. first we need to get login user manager and then fetch who reporting members log...

Transform map question

I have a transform map with coalescing on email. When an email is not found it is still creating records. I set the Choice option for this field to ignore. Even then it is creating the record. How can I fix this? 

samadam by Kilo Sage
  • 202 Views
  • 2 replies
  • 0 helpfuls

Resolved! Get values from "sys_user" using script Include

Hi everyone, Im trying to make a client script, that will change the fields "email" and "country" when the "assigned_to" changes.Im doing a Client Script "OnChange()", calling a script include, I will leave the code that Im using bellow.Script Includ...

How To Populate Choice Dynamically from API Response?

Hi,I have a api that returns list of names and unique ids in the format: { "data": [ { "name": "Apple", "uid": "ap" }, { "name": "Banana", "uid": "bn" } ] }  I am trying to create a choice field in the catalog item that can present the names of these...

aryanjain27 by Tera Contributor
  • 535 Views
  • 1 replies
  • 1 helpfuls

glide.xml.entity.whitelist questions

Hi everyone,We are trying to complete the healthscan recommendations and I was hoping to get some help. Below is the recommendation and my questions:  Questions:We have glide.stax.whitelist_enabled trueI cannot locate glide.xml.entity.whitelist.enabl...

Gemma4 by Mega Sage
  • 1275 Views
  • 4 replies
  • 0 helpfuls

UI Policy to hide a variable set

Why is it that in order to hide/show a variable set in a UI Policy Action the mandatory has to be set to true/false? If mandatory is set to leave alone, setting the visible to true/false does nothing. My issue is I want to hide an entire variable set...