Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoIf you post the formula for your [Add Image] button, I will fix it so that you land back on the parent.
As fort limiting to 4, what you do is to go the relationships and make a summary field of the number of images.
Then have a form rule to say
When the # of images >= 4, hide [Add Image]
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
As fort limiting to 4, what you do is to go the relationships and make a summary field of the number of images.
Then have a form rule to say
When the # of images >= 4, hide [Add Image]
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- KatherineOakey5 years agoQrew MemberHere 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
------------------------------- KatherineOakey5 years agoQrew MemberSigh - no edit...
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
------------------------------