Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! Get MRVS value in Workflow

I am working in a workflow. I want to get fee_expiration  from a multi row variable set called hard_charge_fees. I am just checking to see if the value of fee_expiration is empty. How do I return all values of fee_expiration?   answer = ifScript(); ...

Ccart by Giga Expert
  • 985 Views
  • 1 replies
  • 1 helpfuls

Resolved! ACL Error?

Hi All, When I try to add an extra condition on OOB ACL in Digital Portfolio Management I get an error belowStep1: Activate the Digital Portfolio Management pluginStep2: Open the below ACL (please replace with your PDI instance name)https://dev131071...

Shantharao_0-1693933913404.png
Shantharao by Kilo Sage
  • 1546 Views
  • 2 replies
  • 1 helpfuls

Resolved! My custom action script is not working in my flow design

So my custom script should parse through the most recent comment to find the employee number but when I try to look up the record, the runtime value has a decimal.  Do you happen to know what is going on with this?   In my custom action, the employee...

yjeon92_1-1693933365329.png yjeon92_2-1693933503375.png
yjeon92 by Tera Contributor
  • 1119 Views
  • 3 replies
  • 2 helpfuls

Resolved! Cannot Add Conditions to ACL

Hi All, I'm trying to create a new ACL record on table "customer_account". I could successfully save the ACL record but then I wanted to set some conditions. It showed this error:   Error MessageInvalid 'Access Control' record even though the selecte...

Mohammad8 by Kilo Expert
  • 7833 Views
  • 3 replies
  • 4 helpfuls

Resolved! Map several variables to same field using record producer

Hello, I'm trying to map several variables to the same table field using the record producer's script. I'm using the following script as an example: //current.table_field += producer.variable1;//current.table_field += producer.variable3;//current.tab...

Diogo Luz by Tera Expert
  • 1110 Views
  • 2 replies
  • 1 helpfuls

Resolved! Relationship Query script

Hello.I'm working on creating a Query script for Relationship.I would like to use the sys_id of the current record to narrow down the records displayed in the related list, but I am having trouble getting the sys_id using current.sys_id.How can I get...

SO10 by Tera Contributor
  • 3665 Views
  • 3 replies
  • 0 helpfuls

Resolved! Get display value of date field in client script

I have date field in the catalog form for which I am trying to get display value. I have tried var date = g_form.workation_start_data.getDisplayValue() and var req = g_form.getValue('workation_start_data'); both are giving empty value.I have also tri...

Divya V by Tera Contributor
  • 3983 Views
  • 6 replies
  • 1 helpfuls