I have tried that when I create a record with a Task Flow, I can create new associated/lookup records from the form itself. However, I would like to know if it's possible for me to create the Parent record first and then the next Page will create another new record for another entity that is associated to the Parent entity with 1:N relationship.
Example Scenario:
2 Entities: Appointment and Custom Entity
Relationship: 1:N
- After Meeting (Mobile App)
- Create New Appointment
- Save New Appointment
- I would like to have an option here to Add a 'Custom Entity' record associated to Appointment
Is this possible? Or I can only update the values of the associated records and not create NEW related records?
*This post is locked for comments