Hello I'm trying to build interface where 2 tables are connected.Now for the first table I have interface where user can click on record action and create the record, but for the next table i want user to go under the summary of the first interface and then create record for second table which have relationship many to one with the first table. Is there a way to create record action with just pulling the ID from the summary to be associated with the second interface.So on press it will auto populate the ID where it has one-to-many relationship and user will enter rest of the information and click create.
Discussion posts and replies are publicly visible
Hello Shwapx
if i understood your query correctly, what you need to do is create a related action in your primary record or the first record and pass the id as the parameter/context and use this in the PM/Start form. This will help you achieve what you are trying to do.