Creating a child record from the parent record interface.

I have a Parent Summary interface that I want to add a record action button to that creates an entry in a child table. Adding the button is easy enough, however adding that button alone doesn't connect the Parent to the child when using the button. So what steps am I missing to make that connection?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Lots of detail is missing here.  What does the button "do"?  Generally a related action will launch a process model, but what have you configured / tried within this process model?  What information are you passing in?  At a minimum I'd hope you're already passing in the primary identifier information (in whatever form), though it's unclear what else you might be doing here to create the child (a user form? a fully automated process? something else?).

Reply
  • 0
    Certified Lead Developer

    Lots of detail is missing here.  What does the button "do"?  Generally a related action will launch a process model, but what have you configured / tried within this process model?  What information are you passing in?  At a minimum I'd hope you're already passing in the primary identifier information (in whatever form), though it's unclear what else you might be doing here to create the child (a user form? a fully automated process? something else?).

Children