Forum Discussion
KatherineOakey
5 years agoQrew Member
Here is the formula URL for the Add Image button.
Got it on the summary field to count number of images and then add a form rule to limit to four. I like this as we can either limit to four or depending on role, unlimited.
Still many holes I am working through but getting a bit less painful :)
------------------------------
Katherine Oakey
------------------------------
Got it on the summary field to count number of images and then add a form rule to limit to four. I like this as we can either limit to four or depending on role, unlimited.
Still many holes I am working through but getting a bit less painful :)
------------------------------
Katherine Oakey
------------------------------
KatherineOakey
5 years agoQrew Member
Sigh - no edit...
The formula URL
URLRoot() & "db/" & [_DBID_IMAGES] & "?a=API_GenAddRecordForm&_fid_12=" & URLEncode ([Record ID#])& "&z=" & Rurl()
------------------------------
Katherine Oakey
------------------------------
The formula URL
URLRoot() & "db/" & [_DBID_IMAGES] & "?a=API_GenAddRecordForm&_fid_12=" & URLEncode ([Record ID#])& "&z=" & Rurl()
------------------------------
Katherine Oakey
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
That button sure looks like it should return to the launch point, like the Parent Record. Are you sure it doesn't.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- KatherineOakey5 years agoQrew MemberI think I am missing something obvious.
Fill out the parent form and click the 'Add Image' button.
Takes me to the form to add an image. I add the filed and click Save and Close.
I do end back at the parent table but the form isn't visible. As soon as I stopped the test in the EOTI role, the form displayed. So, I think I may have messed up how the EOTI role is accessing the form(s).
When the parent form is initially accessed, it is in Add. When I go back to the form from the Image add, am I in Edit and I need to set up the same form for Add as for Edit in Set how different roles use these forms?
------------------------------
Katherine Oakey
------------------------------- MarkShnier__You5 years ago
Qrew Legend
It would be unusual to use a different form for View and Edit for a given Role. I suggest just one form for that EOTI Role. You set which form gets used by Role ion Forms usage.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------