Hi
I have two tables, let’s say A & B
B is the child of A
My requirement is to trigger a grouped action from the Detailed View of a Form for a particular record (call it Old Record) based on Table A which will:
- Create a new record in Table A with some field values populated from the old Record
- Take the user to the Add Form page with the New Record just created in Table A open, showing some of the field values populated from the Old Record as above
- Allow the user to enter values for some other fields manually for the New Table A Record
- User then navigates to the nested child form based on Table B
- In the nested child form, one field is populated based on a value from the Table A Old Record
- Some other fields are manually entered in the nested form of Table B
- After doing all this both the parent and child new records are saved
The challenge seems to be that the new child record takes the parent reference field value from the key of the Old Record. So, the new child is becoming the child of the old parent record. Whereas what I want is for the new child record reference field value to come from the key value of the new parent Record…so that the new child is the child of the new parent record
Can someone please point me on the right direction?