Hi,
I have a OPA interview, for which I wish to post back multiple rows to the same table. I have the global entity mapped to table 'A'. I then have created an additional entity also mapping to Table 'A' and linked it to the global with a one to many relationship. If I use a entity control on screen, I can manually add data to the created entity, and it will post back multiple rows to the table as desired.
How ever, I wish create these entity instances via rules in the background, and I am having trouble doing so. How can I create these entity instances via rules is my question,
Leading on from this, how can multiple entity instances for the same column be created by rules. For example:
If checkbox 01 == true (Create Table A(Code) '01')
If checkbox 02 == true (Create Table A(Code) '02')
If checkbox 03 == true (Create Table A(Code) '03')
Many Thanks