JETI Setting the value of cascading select customfield

N June 25, 2015

How can I set the value of cascading select customfield via Field Initialization Rules in JETI? Now I can set only value for the first level.

If I define regular expression as %(.*),(.*)%  and Use Value as $group1, $group2 , it's not working.

 

 

1 answer

0 votes
Raina Arjona March 17, 2016

Hi Natalie,

I think this might help you. smile

https://www.meta-inf.hu/display/PLUG/Field+Contexts

How to initialize cascading select fields

Using field rules you can easily save values in Cascading Select fields. 

If you want to initialize the parent value of a cascading select field, configure the rule with a manual value or with a value from a capture group.

If you want to initialize both the parent and child values, use a special syntax in the Manual value field: $parser.cascade("<parent-value>", <child-value>").

For example:

  • $parser.cascade($group1, $group2) or
  • $parser.cascade("some value for parent", "some value for child")

Suggest an answer

Log in or Sign up to answer