Description
When user adds Nested IF condition to any of the scripts it works fine with the Studio but not with the Composer; only fields of the first condition are being generated on the form when importing the script to the form.
Is it possible to use Nested If Conditions in the Composer Solution?
Applies to
Composer 10x ;11x
Solution
It is not possible to use Nested IF conditions i.e. If on form field conditions; only possible ways to use is to have 1 IF condition in the script and then to have rules on the form for the second If condition.
The reason we can not use the Nested IF condition is when the Webservice is executed on the Server ; it will get the data on the first call and for second IF condition to make the Comparision it wouldn't have correct information; Hence the second IF condition wouldn't work.
Comments
0 comments
Please sign in to leave a comment.