Forum Discussion
Can you tell us if you are adding or editing a record and where you are launching from to do this action?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- RasikaBhosle5 years agoQrew Member
HI Mark,
Sorry my post wasn't informative .1. We are using GENCOPY to copy a record
2. We now want to "save" the record and at the same time open the added record using a different form(dfid) which is much more detailed.
------------------------------
Test USERS
------------------------------- MarkShnier__You5 years ago
Qrew Legend
Actually, sorry, but I don't have a native solution for that because we don't know the Record ID# until it's saved.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------ - BlakeHarrison5 years agoQrew Captain
So, you're using GenCopyRecord from the default View mode form (I'm assuming), which will take you to a new record and show the default Add mode form. Instead of having to then save the record and open it up into yet another form, maybe you could change the form the user is directed to when they click the button? So, instead of the default Add mode form, direct the user to your Copy form. Would that be sufficient for your process?
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------- MarkShnier__You5 years ago
Qrew Legend
Actually in thinking about this some more I think there is an elegant solution. All you are really saying is that you want to have a short form for ADD mode and in EDIT mode do you want a longer form. So all you need to do is to have a single form and use a form rule to detect whether the user is an add or edit mode.
What I typically do in the situations is to make a field called [Record ID# mirror]. The formula will just be [Record ID#]
I have no idea why but using Dynamic Form Rules you may not access the [Record ID#] field but you can access a formula field that is based on the [Record ID#].
So just have a form rule which detects if the Record ID exists (ie [Record ID# mirror] >0 ) , which means that the user is now in edit mode, in which case to show Tabs or Sections for editing those extra fields.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Related Content
- 3 months ago
- 11 months ago
- 5 months ago