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

Forum Posts

Resolved! "between and" operator not working in UI Policy

I created a simple UI Policy for a custom table that triggers a policy action when a decimal field is between 3500 and 10000, but it is always evaluating to false. A different UI policy with the condition greater than or is 10000 on the same field is...

Resolved! How to access the record producer variable

Hi All, I have created the record producer and i selected the target table as "remediation_rule" and once I submitted the record procedure the record is getting created in the "remediation_rule" table. and i am trying to get the variable value using ...

ramesh_r by Giga Sage
  • 10336 Views
  • 13 replies
  • 2 helpfuls

Flow Designer Execute script in If Clause

Hi, I am trying to convert the existing workflow into Flow designer. In the current workflow, there is a IF script that has some logic. How do I replicate that logic within the IF script of the flow designer? In short, I need to write the custom logi...

maryc by Tera Contributor
  • 10313 Views
  • 8 replies
  • 32 helpfuls

Get outputs of Sub workflow in workflow editor run script

Hello, I have a run script in workflow editor that fires another workflow. var wf = new global.Workflow();var context = wf.startFlow('dslfjkdsj3dkfj3dls', current, current.update()); The sub-workflow has a couple of Activity Outputs. I was wondering ...

AM24 by Giga Guru
  • 1253 Views
  • 1 replies
  • 0 helpfuls

Resolved! Calling script include from business rule

Hi Community, I want to push the assigned to email address in current problem form by using business rule and script include combination:- i configured below script include for fetching the assigned to email addressand also i configured the business ...

Chaitanya6_0-1665571388083.png Chaitanya6_1-1665571505238.png
Chaitanya6 by Tera Contributor
  • 8617 Views
  • 6 replies
  • 4 helpfuls

Resolved! onChange client script returning 'undefined'

Hello all, I am trying to populate the dept code with an onChange client script, but it keeps returning 'undefined' when i attempt to dot walk to the id field on the department table. When i use getDisplayValue() the field does not return anything at...

lando321 by Tera Contributor
  • 3209 Views
  • 10 replies
  • 0 helpfuls

Resolved! Variable attributes in Service Portal

Hi,I noticed that variable attributes don't work properly in Service Portal.Setting "ref_ac_columns" won't display the expected columns in the reference field of a catalog item (the columns remain searchable though).This can be quite critical as only...

mp27 by Mega Contributor
  • 12091 Views
  • 8 replies
  • 37 helpfuls

How to unmask the masked data?

Hi,I have a requirement like i have a custom field in a table and it is of type password2 type. Now i want to decrypt the data which is stored in that custom field for all the records in the table. No need to store that decrypt value into another fie...

Resolved! Need details about ATF challenges and things to watch for

hi all, We are setting up some ATF test cases and we are looking for answers to some challenges we got and also for best practices with using the moduleAny best practices when it comes to ATF other than to create parameterized tests?Can we create mod...