Forum Discussion
MarkShnier__You
Qrew Legend
9 months agoMy suggestion is to make a super mini Legacy Style form with a couple of identifying fields at the top and an Embedded Child report which is set to be editable.
Then make a simple formula URL button to put the record into Edit mode using that form. Then you will get the Legacy Form Experience.
URLRoot() & "db/" & Dbid() & "?a=er&dfid=11&rid=" & [Record ID#]
// 11 is the Legacy form style mini form ID.
ChristopherWhea
9 months agoQrew Cadet
Thanks, Mark. The challenge here is that they need to do everything in one go...as soon as they navigate away from the page the submission is gone.