I have created a dialog for the creation of a new account and contact. However, I would like to link the newly created account to the primary contact. This is how the process is running:
Entity = Account
Prompt and response for the different fields associated with an account.
Then I Create the account
Add a Page with a prompt and response to "Repeat Process"
Prompt: would you like to create a contact
then I link to a child dialog with the prompts to create a process.
The child process ends with the same "Repeat Process" prompt so the user can create as many contacts as necessary. However, I want the user to link the contact to the account that was created. The dialog always gets stuck here.
Can I not continue a dialog after a child dialog runs? How can I go about linking the primary contact with the account so the user does not have to link manually once the dialog runs?
↧