MichaelTamoush
4 years agoQrew Captain
Latest QB Release solves many issues! Control size of popup, refresh page on popup close, and utilize new record ID
In case other people missed this (I didn't see it, except I happen to get an email from Juiced Technologies that tipped me off), some GREAT new features. I have tested 2, have not tried the third which is really one of the best ones, being able to use the new record ID that was just created on add record.
------------------------------
Mike Tamoush
------------------------------
Additional improvements to new CSS classes
In our April release, we improved the formula-url and formula-rich text fields, giving builders more customizable and powerful workflows.
This release, we added three key options that continue to improve these features in formula-rich text fields:
-
Refresh the source page when a popup is closed using the
data-refresh
parameter. -
Customize the size of a popup using the
data-width
anddata-height
parameters
Here's an example that uses these two features in combination with the OpenAsPopup
class:
"<a class='Vibrant Success OpenAsPopup' data-height=200 data-width=200 data-refresh=true href='" & [url] & "'>Click here</a>"
- Use record ID# as a parameter when you click a custom hyperlink from an add record form. This lets you leverage newly created record IDs and expands custom code page workflow options. Use record ID# in formulas with
data-replaceRid=true
and%%rid%%
where you would like the RID.
Note: You can only use this parameter when the hyperlink navigates to the same tab, not when it is set to open in a new tab or popup.
Here's an example of a formula-rich text field that uses this feature:
"<a class='Vibrant Success SaveBeforeNavigating' data-replaceRid=true href='https://community.quickbase.com/db/abc?a=dr&rid=%%rid%%'>Click here</a>"
------------------------------
Mike Tamoush
------------------------------