Hi,
i am looking for the possibility to manage a dynamic input form (or classic report) for this problem.
I have some materials in a material table.
And for each material, which must added manuell into this new form, i must have a new column.
For each column i want to add the quantity and a description.
It looks like this:
Line 1: Col1 (Material A)
Line 2 - n: Description, quantity1
Add new Material
Line 1: Col1 (Material A), Col2 (Material B)
Line 2 - n: Description, quantity1, quantity2
Add new Material
Line 1: Col1 (Material A), Col2 (Material B), Col3 (Material C)
Line 2 - n: Description, quantity1, quantity2, quantity3
How will the table for this problem look like ?
How to create this form in APEX ? Should i use collections ?