Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoHi Douglas, can you provide a better description if your desired work flow.
Where is the user starting, what do they do next and where do you want them to land after doing that?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Where is the user starting, what do they do next and where do you want them to land after doing that?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
DouglasFolk
5 years agoQrew Cadet
I am creating sequential numbers for physical parts, phantom parts and assemblies = Part numbers.
I am using the Record ID + a number to = my final number.
To do this and because the number isn't calculated until the document is saved...
Work flow is they click to create a new RECORD.
-The form requires them to enter a descrition.
-After the description is entered
-Show a button - "Get My Number"
-The button saves the doc and redirects.
However - this doesn't work on the app. Further investigation indicates I shouldn't be using Javascript in this area anyway.
var text URLONE=URLRoot() & "db/" & Dbid() & "?-er&rid=" & URLEncode ([Record ID#]);
"<a class='Vibrant Snowy' style=\"width:100px; text-align: center; background-color:#81DBF8; onclick=\"javascript: DoSaveAdd();\" \" href=\"" & $URLONE & "\"></a>"
Help is appreciated.
------------------------------
Douglas Folk
------------------------------
I am using the Record ID + a number to = my final number.
To do this and because the number isn't calculated until the document is saved...
Work flow is they click to create a new RECORD.
-The form requires them to enter a descrition.
-After the description is entered
-Show a button - "Get My Number"
-The button saves the doc and redirects.
However - this doesn't work on the app. Further investigation indicates I shouldn't be using Javascript in this area anyway.
var text URLONE=URLRoot() & "db/" & Dbid() & "?-er&rid=" & URLEncode ([Record ID#]);
"<a class='Vibrant Snowy' style=\"width:100px; text-align: center; background-color:#81DBF8; onclick=\"javascript: DoSaveAdd();\" \" href=\"" & $URLONE & "\"></a>"
Help is appreciated.
------------------------------
Douglas Folk
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
Where are your trying to redirect to? Or do you just want them to save the record. Why not just have them save the record? You can have directions on the screen.
"Please save record to get your number."
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- DouglasFolk5 years agoQrew CadetRedirect to same record to show the part number.
I was going through the paces and - I would like to see the number not have to consult the database - with what number did I get.
So - I have the user fill out the description and then the button appears for them to save the document and reopen to show the number.
-I don't want them to have to move off the record to hit save. Teach them to hit CTRL-S.
There isn't just a SAVE button either. I have never tried just a SAVE button either :)
------------------------------
Douglas Folk
------------------------------- MarkShnier__You5 years ago
Qrew Legend
I would like to try to help, but I'm still not able to understand your workflow based on your post.
Firstly, are you using this in mobile mode or are you using the Mobile App or desktop? I ask this because it can affect the behaviour.
Can you tell me step by step the workflow?
Is the user simply adding a new record? Or are they launching off a parent record to add a child record?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------