Disable printing based on field Status

Hi…

I want to disable printing of notes document, based on a status of the document.

Example : I have a status field, if field value is not equal to “Complete”. i should not allow to print a particular document.

Please help me on this issue.

Thanks

Antony

Subject: Disable printing based on field Status

Hi,

Create computed Text field $KeepPrivate and put the following formula.

@If(Status =“Complete”;“0”;“1”)

thanks,

Saswat