Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoYou can go to the Advanced Settings for the table and enable Custom Data Rules. If there is a calculated message then the record save will blocked with the message.
IF(
([workstation plan]="replace" OR [ workstation plan]="add new")
AND
Trim([workstation to be deployed-replaced])="", "Sorry but when blah blah is blah blah blah, you must provide the workstation to be deployed-replaced")
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
IF(
([workstation plan]="replace" OR [
AND
Trim([workstation to be deployed-replaced])="", "Sorry but when blah blah is blah blah blah, you must provide the workstation to be deployed-replaced")
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- BrandonOwens5 years agoQrew MemberThank you! I am guessing that making a field required is not available?
This is a good option to use if that is the case. Thank you for your time!!
------------------------------
Brandon Owens
------------------------------- MarkShnier__You5 years ago
Qrew Legend
if you want to use form rules, then just make a formula and include hat formula field on the form.
Then have a form rule to make the field required if the formula is not blank.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------