The CreatorCon Call for Content is officially open! Get started here.

Make a field within a multi-row variable set mandatory

kelvyn
Tera Contributor

Hello! I need the X field inside a Multi-row variable set to become mandatory when the Y field (this field is outside the variable set) is selected with "Yes".
I tried using g_form.setMandatory but it didn't work.

 

Thanks!

1 ACCEPTED SOLUTION

Brian Lancaster
Tera Sage

Variables outside the multi-row variables set cannot affect the variables within the multi-row variable set. They can only affect the multi-row variable set as a whole. Meaning that if you have a variable outside the multi-row variable set you can make the entire multi-row variable set mandatory but not the variables within.

View solution in original post

2 REPLIES 2

Brian Lancaster
Tera Sage

Variables outside the multi-row variables set cannot affect the variables within the multi-row variable set. They can only affect the multi-row variable set as a whole. Meaning that if you have a variable outside the multi-row variable set you can make the entire multi-row variable set mandatory but not the variables within.

Deeply unfortunate truth here. 😞