Forum Discussion
FrancescoSpiga1
6 years agoQrew Cadet
For the records, I ended up using the below:
var text url = "javascript:DoSaveAdd()";
"javascript:" & "$.get('" & $url & "',function(){" & "location.reload();" & "});" & "void(0);"
1. I change one of the fields with a form rule (Status = NEW to PENDING)
2. I post a child record with automation (who submitted the request and when)
3. Page refreshes and shows the child record (JS location.reload)
Table Advance Settings -
Make sure to check the option : "Save parent record automatically when a child record is created."
one click. mission accomplished!
Thank Adam!
var text url = "javascript:DoSaveAdd()";
"javascript:" & "$.get('" & $url & "',function(){" & "location.reload();" & "});" & "void(0);"
1. I change one of the fields with a form rule (Status = NEW to PENDING)
2. I post a child record with automation (who submitted the request and when)
3. Page refreshes and shows the child record (JS location.reload)
Table Advance Settings -
Make sure to check the option : "Save parent record automatically when a child record is created."
one click. mission accomplished!
Thank Adam!
- AdamKeever16 years agoQrew CommanderCongratulations! Way to stick with it and thanks for posting your final solution Francesco.