MitchKoyle
6 years agoQrew Trainee
How do I keep the user on a specific form for the new child record?
Current work flow...
I have tried using the "nexturl" parameter, but the problem is that at the time the button is clicked, the ID of the new child record is unknown.
- Parent Record is created
- URL button using GenAddRecordForm is clicked which copies values from selected fields from the parent record and lands the user on a specific add form for the child record (dfid=10)
- User enters additional data on the child record and clicks "Save & close"
- User is returned to the parent record
I have tried using the "nexturl" parameter, but the problem is that at the time the button is clicked, the ID of the new child record is unknown.