This rule prevent admins from creating any draft invoice in your location.
-
Log in to dashboard.nexudus.com if you aren't already.
-
Click Settings > Validation rules.
-
Click Add rule.
-
Click on Manual entry.
-
Name your validation rule.
-
Add a Description for your rule to let other admins know what it does at a glance.
-
Toggle on This rule is active.
-
Select Invoices under the Record type drop-down list
-
Add the Error message to display if the validation rule is not met.
-
Add the following code snippet to the Formula field.
not(record.Draft)
Click the Save Changes button.
All set! Every time you try to issue a draft invoice, you should receive the error message you specified in your rule.