Forums

Forums / General Discussions / Nested Multiple Level Forms

Nested Multiple Level Forms

Thread is closed for posting
2 posts, 1 answered
  1. Dat Vu
    Dat Vu avatar
    1 posts
    Registered:
    06 Nov 2018
    06 Nov 2018
    Link to this post
    Hello,

    I have a relationship as below:
    Account - Contact (1-n)
    Account - Site (1 - n)
    Offer - Account (n - 1)
              - Contact (n - 1)
              - Site (n - 1)

    The question is: How to build a Form (or Nested Form) to create at the same time: Account, Contact, Site and Offer? (to create Offer require Account Id, Contact Id and Site Id)

    Further consideration: In case Account or Contact is already existed => should not create the new one but use the existing one instead.

    Thanks a lot,
    Dat
  2. Sonam Joshi
    Sonam Joshi avatar
    29 posts
    Registered:
    20 Mar 2017
    Answered
    15 Nov 2018
    Link to this post
    Hi Dat,

    You can refer to the following documentation on how to configure Nested forms. You can add multiple entities on one single form and simply define the relationships between the entities on the form.

    https://www.crmportalconnector.com/developer-network/documentation/how-tos/mvc-based-widgets/how-to-configure-multiple-entities-on-form

    Thanks,
    Sonam Joshi
2 posts, 1 answered