How to make another variable dependent on first variable record Producer

Prathamesh Cha1
Tera Contributor

Hi Team,

 

I am two variables, Products and Capabilities

PrathameshCha1_0-1724609796390.png

Here My requirement is only those capabilities should be visible who has parent=product that you have chosen in above variable.

Here is the example I have chosen product as "3AS_3DS Server"

then only those capabilities should be visible which has parent="3AS_3DS Server"

 

PrathameshCha1_1-1724609974135.png

 

 

 

15 REPLIES 15

ShubhamGarg
Kilo Sage

Hello @Prathamesh Cha1 ,

You can use Reference Qualifier to achieve this.

Example - Considering product and capabilities as 'product' and 'capabilities'. You can adapt below code according to your variable definition.

1. Open variable 'capabilities'

2. Scroll down and open 'Type Specifications'

3. Set 'Use reference qualifier' = Advanced

4. Define below code in 'Ref Qual' field and save.

 

javascript:'capabilties='+current.variables.product;

 

 

 

Hope it helps.

If my response helps you in any way, kindly mark this as Accepted Solution/Helpful and help in closing this thread.

Regards,

Shubham

 

Hi @ShubhamGarg ,

 

this solution is not working.

PrathameshCha1_0-1724647054314.pngPrathameshCha1_1-1724647077489.png

 

Hello @Prathamesh Cha1 ,

Chnge ':' to ':'.

There was some typing issue from my end.

Regards,

Shubham

hi @ShubhamGarg ,

 

here I have used backend names of variables, please can you see and tell me where should I make changes.

is it something like I have to use parent field from Capabilities in the syntax, as parent consist of products