Forum Discussion
JakeRattner2
7 years agoQrew Trainee
Hi Dirk,
What 'type' is the status field?
I'd start by bringing the 'invoice purchase value' into the table with the 'Status' field via a table-to-table connection.
If the 'Status' field is a formula field, Then you can update the formula with an 'If-Statement' like:
If your Status field is a multiple-choice field will depend on your workflow, but you could use a form rule to prevent users updating the status to whatever status allows an invoice to be sent if the purchase value is null.
Let me know if you have any questions.
Jake Rattner | Solutions Architect
(847) 927-1427 | jrattner@quandarycg.com
Quandary Knowledge Base
What 'type' is the status field?
I'd start by bringing the 'invoice purchase value' into the table with the 'Status' field via a table-to-table connection.
If the 'Status' field is a formula field, Then you can update the formula with an 'If-Statement' like:
If([IsNull(Invoice Value),Old Status,New Status)For the 'Old Status' argument in the formula you can paste in whatever formula you were previously using in the 'Status' field
If your Status field is a multiple-choice field will depend on your workflow, but you could use a form rule to prevent users updating the status to whatever status allows an invoice to be sent if the purchase value is null.
Let me know if you have any questions.
Jake Rattner | Solutions Architect
(847) 927-1427 | jrattner@quandarycg.com
Quandary Knowledge Base
- DirkRuana7 years agoQrew CaptainJake:
I think your last suggestion is exactly what I am trying to do.
I will let you know if my efforts are successful.
Thank you,
Dirk - JakeRattner27 years agoQrew TraineeGreat! Let me know how it goes.
- DirkRuana6 years agoQrew CaptainHi Jake:
Having trouble with the Form Rule. It looks like I can hide a particular field (create Invoice), but I can't set up the conditions.
I am trying to Hide [Create Invoice] in Work Order Form, if [Price] in Sub Table Materials is equal to zero. I can't seem to modify relationship so [Price] is accessible. - QuickBaseCoachD6 years agoQrew CaptainHave you made a summary field on the relationship to roll up the totals of the Sub table materials up to the Parent Invoice?