Prevent Copy & Paste In Document
To prevent copy , I created another agent:
Run Manually
On selected documents
@function formula:
FIELD $KeepPrivate := $KeepPrivate;
@SetField("$KeepPrivate";"1");
Or You can create a computed field on the form which always compute to "1".