Hi there,
I have a project that has about 100-150 different unique case category combos (Category + Sub Cat 1 + Sub Cat 2 = unique combo)
Most of these will have specific fields that need to display to capture information relevant to the unique combo.
A few of these (less than 20) will have fields + business process flows.
How to manage all of this.....
- one case form with business rules/javascript to show and hide
- multiple forms groups logically
- individual custom entities with form component control
- something else....
Thanks in advance!