These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

How to restrict certain fields in the same form for different users

raghavarao
Registered: Jun 11 2008
Posts: 2

I got a jobcard with text fields meant for job sumitter as well as job acceptor. My quiry is how to restrict the job submitter from filling the fields meant for job acceptor and at the same time how to restrict the job acceptor from modifying the submitted data in xml format is called into the form at job accpetor`s end?
Thank you

My Product Information:
LiveCycle Designer, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
You can use the Acrobat JavaScirpt "identity" object to obtain the "loginName" if none of the other identity properties are not filled in or a custom one is created. This object is only available through batch, console, or application initialization, so one will need to create a folder level script to capture this data and make it available for later processing. You could make the restricted fields read only and then use a document level script to check for an athorized loginName and then unlock the fields.

George Kaiser