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

Forum Posts

SailPoint IdentityIQ to ServiceNow data integration

HelloWe are looking into a SailPoint IdentityIQ integration with ServiceNow.  There is OOTB documentation which provides the details how to setup.I have a requirement to establish a daily pull from IIQ which populates the access status of a person in...

Shivam32 by Tera Contributor
  • 2086 Views
  • 1 replies
  • 0 helpfuls

Hide sections in form incident

Hi,I want that under certain conditions:that when the location of the caller_id is Londrina ADMAnd when the company is Adama Brasil S.A.So I want to hide the form section from the form. Thanks, Shir

ShirSharvit_0-1719389468860.png
Shir Sharvit by Tera Contributor
  • 836 Views
  • 10 replies
  • 0 helpfuls

Setting maximum character length for variables of multiline text

Hi Team,Can anyone help me please. Iam using this script working in native UI but not in Portal.function onLoad() {    var control = g_form.getControl('service_description');    //Set its onkeyup method    control.onkeyup = isMaxLength;}function isMa...

VinyaP by Tera Contributor
  • 1033 Views
  • 4 replies
  • 0 helpfuls

Resolved! Reference field search display

Hi All, For example, while searching for a user name in a reference field "Caller", it displays only the fields "Name" and "email" as search result. Is it possible to include additional fields in the display. My requirement is to include a custom fie...

RamkumarThanga_0-1719557244286.png

Assignment rule is not working if OR Clause is used

HelloI have problem in assignment rule i.e. when I use "OR clause" in assignment rule, the assignment rule doesn't work.The issue is in production instance only and all the lower instance works properly.There was no change to assignment rule suddenly...

Resolved! Autopopulate a field in a Catalog item

I have assigned a task i.e., I have a variable named 'price' in a catalog item. It was single line text, now i want get it populate when ever a user entered a value like this for example: input:   23   ->  output:  $ 23.00input:   2.3   ->  output:  ...

yaswanth by Tera Contributor
  • 607 Views
  • 1 replies
  • 1 helpfuls

inbound action

Hi Guys,  else if (email.origemail.indexOf("Tushar.Ghadage@latticesemi.com") > -1 && email.subject.indexOf("Fw: GL   Workbench New Extract Refresh Failed") > -1) {        current.impact = 2;        current.urgency = 2;        current.priority = 2;   ...

tGhadage by Tera Contributor
  • 435 Views
  • 2 replies
  • 0 helpfuls

Resolved! Field validation for contact field

Contact number field should be in form of Country Code + Contact number and should not accept any other values than contact numbers.  can anyone give me scripts or business rules to enforce the mandatory requirement on both the client and server side...