Simple but useful form formula
Simple but useful form formula
You Can View User Feedback To This Tip
If you have a form that changes status from for instance "Draft", to "Completed", and you don't want the document to be editable once it is in "Completed" status, put the following form formula into the relevant view.



Download: IT Certifications 101
Inside this exclusive essential guide, our independent experts break down which IT certifications are worth your time and effort, and how to get started obtaining them to further your career— including specific certifications that any cloud or desktop pro should seriously consider.
By submitting your personal information, you agree that TechTarget and its partners may contact you regarding relevant content, products and special offers.
You also agree that your personal information may be transferred and processed in the United States, and that you have read and agree to the Terms of Use and the Privacy Policy.
(MainForm is the 'editable' form, while PrintForm is the 'non-editable' form.) Users will only be able to view the documents using the 'PrintForm'. You can use this form in a print-formula as well.
@If(@IsNewDoc; @Return(Form); ""); @If(Status="Draft";"MainForm";"PrintForm")
- This does not accomplish its intended purpose. You can't depend on it to prevent document modifications. Author fields should be used for this purpose. Andre
Start the conversation
0 comments