Skip to Main Content

Intelligent Advisor

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create entity instances via rules?

User_B5W17Mar 20 2020 — edited Mar 21 2020

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

Comments
Post Details
Added on Mar 20 2020
2 comments
336 views