- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 07:50 AM
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!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 08:05 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 08:05 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 08:11 AM
Deeply unfortunate truth here. 😞