OK, thx for the reminder about the issue being in the App. You did say that, but I missed it.
I was able to replicate the issue, but I'm not the Product Manager for Mobile :) so I can't say if that is a bug or a feature. Seems wrong to me.
Here is a possible work around.
When you are on a record the More button allows you to "Add Similar". That will pre-populate an Add Record form with all fields where the field property is set to
Copy the value when using "Copy this Mfgr" to add a new MfgrWhen using this syntax (which mimics that More .. copy button...
URLRoot() & "db/" & Dbid() & "?a=GenCopyRecord&rid=" & [Record ID#]
the behaviour in browser and mobile is to land the user on the new record. But you cannot force values into fields, just copy or don't copy from the original record.
I would be interested to know if Customer Care say that your issue is a bug or a feature.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commarkshnier2@gmail.com------------------------------
Original Message:
Sent: 11-22-2019 10:30
From: Brandon Butcher
Subject: Stay on New Record after saving
Mark - really appreciate you checking this.
As I mentioned above, not having an issue in the browser, only in the QB app. Upon hitting save in the new record 2, it reverts back to the original record 1.
------------------------------
Brandon Butcher
London
Original Message:
Sent: 11-22-2019 10:27
From: Mark Shnier (YQC)
Subject: Stay on New Record after saving
I will have to test later today. It's hard to believe it's landing you back on record 1.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
Original Message:
Sent: 11-22-2019 10:20
From: Brandon Butcher
Subject: Stay on New Record after saving
On Record 2
------------------------------
Brandon Butcher
London
Original Message:
Sent: 11-22-2019 10:15
From: Mark Shnier (YQC)
Subject: Stay on New Record after saving
Sorry, one more question to be sure of your question since you had tagged on to an existing thread.
You are on record ID 1 and click to open up an add record form and then you save. Where do you want to land the user? ... on record 2 or the original record 1?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
Original Message:
Sent: 11-22-2019 10:12
From: Brandon Butcher
Subject: Stay on New Record after saving
Record
------------------------------
Brandon Butcher
London
Original Message:
Sent: 11-22-2019 10:09
From: Mark Shnier (YQC)
Subject: Stay on New Record after saving
Are you launching off a report or a record?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
Original Message:
Sent: 11-22-2019 10:06
From: Brandon Butcher
Subject: Stay on New Record after saving
URLRoot() & "db/" & Dbid() & "?act=API_GenAddRecordForm" & "&_fid_87=" & URLEncode([*field name*])
I am in original request I am looking to copy to a new request
------------------------------
Brandon Butcher
London
Original Message:
Sent: 11-22-2019 07:07
From: Mark Shnier (YQC)
Subject: Stay on New Record after saving
Can you post your formula and explain where you are launching from?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
Original Message:
Sent: 11-22-2019 06:05
From: Brandon Butcher
Subject: Stay on New Record after saving
What about formula URLs within the original record? In the browser, QB stays on the new record after copying and saving, but in the app it reverts back to the original record after saving.
Original Message:
Sent: 07-06-2018 16:22
From: QuickBaseCoach Dev./Training
Subject: Stay on New Record after saving
If it's a Dashboard button that you are launching off of, then that very button has options of where to send the user after saving.