You are viewing limited content. For full access, please sign in.

Question

Question

Is there a limit to the number of conditions allowed in the forms routing conditions?

asked on January 6, 2017

I have the below conditions in an exclusive gateway and if I add any additional or conditions the form won't save.  The client has very specific conditions for when the form can continue down the different options.  I have uploaded 

/dataset/New_or_Existing_Customer="Existing" and  ( /dataset/Primary_Identification/Pending="checked"  or /dataset/Secondary_Identification/Pending="checked" or /dataset/Fictitious_Business_Name_Statement_or_Proof_of_Publication/Pending="checked" or /dataset/Account_Agreement/Pending="checked" or /dataset/Account_Agreement_1/Pending="checked" or /dataset/Account_Agreement_2/Pending="checked" or /dataset/Account_Agreement_3/Pending="checked" or /dataset/Account_Agreement_4/Pending="checked" or /dataset/Account_Agreement_5/Pending="checked" or /dataset/Account_Agreement_6/Pending="checked" or /dataset/Account_Agreement_7/Pending="checked" or /dataset/Account_Agreement_8/Pending="checked" or /dataset/Account_Agreement_9/Pending="checked" or /dataset/Account_Agreement_10/Pending="checked" or /dataset/Account_Agreement_11/Pending="checked")  or /dataset/Account_Agreement_12/Pending="checked" or /dataset/Account_Agreement_13/Pending="checked" or /dataset/Account_Agreement_14/Pending="checked" or /dataset/Account_Agreement_15/Pending="checked" or /dataset/Account_Agreement_16/Pending="checked" or /dataset/Account_Agreement_17/Pending="checked" or /dataset/Account_Agreement_18/Pending="checked" or /dataset/Account_Agreement_19/Pending="checked" or /dataset/Account_Agreement_20/Pending="checked" or /dataset/Account_Agreement_21/Pending="checked" or /dataset/Account_Agreement_22/Pending="checked" or /dataset/Account_Agreement_23/Pending="checked" or /dataset/Account_Agreement_24/Pending="checked" or /dataset/Articles_of_Incorporation/Pending="checked" or /dataset/General_Partnership_Agreement/Pending="checked" or /dataset/Fictitious_Business_Name_Statement_or_Proof_of_Publication_1/Pending="checked" or /dataset/Fictitious_Business_Name_Statement_or_Proof_of_Publication_2/Pending="checked" or /dataset/Fictitious_Business_Name_Statement_or_Proof_of_Publication_3/Pending="checked" or /dataset/Articles_of_Incorporation_or_Certificate_of_Incorporation/Pending="checked"  or /dataset/Articles_of_Organization__LLC_1_/Pending="checked" or /dataset/Articles_of_Organization_or_Certificate_of_Formation/Pending="checked" or /dataset/Attorney_Prepared_Certification_of_Trust_or_Permitted_Pages_of_the_Trust_Agreement/Pending="checked" or /dataset/Board_Resolution/Pending="checked" or /dataset/Board_Resolution_1/Pending="checked" or /dataset/Board_Resolution_2/Pending="checked" or /dataset/CDD_Documentation_that_corresponds_with_the_organizational_structure_of_the_entity/Pending="checked" or /dataset/CDD_Documentation_that_corresponds_with_the_organizational_structure_of_the_Property_Management_C/Pending="checked" or /dataset/CDD_Questions_and_Answers/Pending="checked"or /dataset/Certificate_of_Good_Standing_from_Domicile_State/Pending="checked"or /dataset/Certificate_of_Good_Standing_from_Domicile_State_2/Pending="checked" or /dataset/Certificate_of_Limited_Partnership/Pending="checked" or /dataset/Certificate_of_Limited_Partnership__LP_1_/Pending="checked" or /dataset/Certificate_of_Qualification_from_California/Pending="checked" or /dataset/Certificate_of_Registration_from_California/Pending="checked" or /dataset/Certificate_of_Registration_from_California_1/Pending="checked" or /dataset/Certification_of_Trust__FM440__if_only_required_pages_of_the_trust_agreement_were_collected_for_C/Pending="checked" or /dataset/Certification_of_Trust__FM440__or_Attorney_Prepared_Certification_of_Trust/Pending="checked"or /dataset/Certified_Copy_of_Death_Certificate/Pending="checked" or /dataset/Charter__Bylaws_and_or_Letter_of_Authorization_or_Meeting_Minutes/Pending="checked"  or /dataset/CIP_and_CDD_Documentation_that_corresponds_with_the_organizational_structure_of_the_company_estab/Pending="checked" or /dataset/CIP_Documentation_that_corresponds_with_the_organizational_structure_of_the_entity/Pending="checked" or /dataset/General_Partner_Identification_Documentation/Pending="checked" or /dataset/General_Partner_Identification_Documentation_1/Pending="checked")

0 0

Answer

SELECTED ANSWER
replied on January 6, 2017

Hi Ron,

The issue you are running into is a character limit for the condition - quite impressively, the condition you have is exactly 4000 characters which so happens to be the limit. Could you shorten this by using negations? For example instead of routing in one direction when a large group of checkboxes are checked and in another otherwise, route in the "otherwise" direction when the complement group of checkboxes are not checked.

Another possibility could be to use JavaScript to set a hidden field with some flag, so that at the gateway step you can just compare against this hidden decision field.

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.