Skip to Main Content

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
60 views