Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
FWIW, I wrote that script while binge watching old episodes of CSI Miami (I'm a big fan of David Caruso) and if the script had my full attention there are a number of improvements I could easily have made to it.
In fact, there are libraries such as Square's FieldKit that could be used which do all the hard work for you:
Square's FieldKit Library
https://github.com/square/field-kit/releases
Check out the demo:
FieldKit Demos:
http://square.github.io/field-kit/
But why stop with using a mere professionally developed library - how about building this feature into your version of QuickBase? After all, are we not Builders?
Here is how you might approach the challenge. Just use a Service Worker to splice a new section into the Field Properties page asking for the necessary properties to define a Validation Rule (shown here as a single conceptual property Mask):
There are some additional details of where you would store the supplemental information in the Validation Section (perhaps in a code page appropriately named and linked to the field). Or perhaps your might arrange to define and store the information in the form where the Validation Rule is used on a case by case basis.
Turns out this is exactly how the WQuzat people of Flubus 5A evolved their QuickBase technology using a concept they called QuickBase Plugins!
In fact, there are libraries such as Square's FieldKit that could be used which do all the hard work for you:
Square's FieldKit Library
https://github.com/square/field-kit/releases
Check out the demo:
FieldKit Demos:
http://square.github.io/field-kit/
But why stop with using a mere professionally developed library - how about building this feature into your version of QuickBase? After all, are we not Builders?
Here is how you might approach the challenge. Just use a Service Worker to splice a new section into the Field Properties page asking for the necessary properties to define a Validation Rule (shown here as a single conceptual property Mask):
There are some additional details of where you would store the supplemental information in the Validation Section (perhaps in a code page appropriately named and linked to the field). Or perhaps your might arrange to define and store the information in the form where the Validation Rule is used on a case by case basis.
Turns out this is exactly how the WQuzat people of Flubus 5A evolved their QuickBase technology using a concept they called QuickBase Plugins!