Skip to Main Content

APEX

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Creating a dynamic form for a one to many relationship.

Epic FailOct 14 2022

I have a parent table PUBLICATIONS and a child table COLLABORATORS that form a one to many relationship. I would like to use one form for all C.R.U.D. on both tables. I would like to have a section/region/row of the form dynamically populate with the items needed for the COLLABORATORS table as they are needed. An example of this is the "Link Builder - Target" form in a report column of type "Link". I know I can do this with js and dynamic actions but would like to know if there is an easier/"offical APEX" way to do this.
link_builder_form.PNG

Comments

Post Details

Added on Oct 14 2022
2 comments
659 views