Forum Discussion
Unless the products are wildly different from one another, I think the best approach is that you used 1 table for products. Even if you have some 500 fields, they can be organized with a naming scheme and would be displayed on forms conditionally not all 500 at once.
But if you couldn't do that for some reason, then another option (if you have separate tables for each product) is to use the API to run reports for each product. Then using Javascript, you can output what would visually look like 1 single report. The customer wouldn't be able to tell the products are from multiple tables. This solution would be in a code page which you can embed on the EOTI form.
- CharlesDulaney2 days agoQrew Trainee
I thought the same thing on your first approach, I would definitely need a naming convention per product.
Your second approach sounds intriguing enough to tackle if I have the JavaScript experience to make that code page. I have several code pages in use, but nothing I built myself.