I need to make a custom data entry screen that will allow a variable amount of columns.
Customers have a variable amount of locations
So I have my customer / location entity created already
In the custom data entry window I need to enter the customer and click save so that I can get a screen reads the customer / location relationship and populates as many columns as is needed
Customer Location 1 Location 2 Location 3
Data 1 12 12 14
Data 2 15 8 26
Total row 27 20 40
My challenge is there are variable amounts of locations. Sometimes 1, sometimes 3, sometimes as many as the CRM client is willing to enter. Yes the form can get wider, as wide as there are locations.
Can this be done? If so how?
*This post is locked for comments