Create multiple records at once (pseudo code)
I have a form with 3 fields.
1 field is inside a repeater and the other 2 are not, as they are common to all records.
If the user enters 10 repeaters, 10 records will be persisted.
What I did to make it work is customize the creation process inside my create page class:
My question is: Is this the way to go or does this code smell bad?
1 field is inside a repeater and the other 2 are not, as they are common to all records.
If the user enters 10 repeaters, 10 records will be persisted.
What I did to make it work is customize the creation process inside my create page class:
My question is: Is this the way to go or does this code smell bad?