Re: How to get current field accessibility in Active Link workflow

2007-10-23 Thread Matt Ferrigno
You could have a temp field hold that value. Then just have the workflow that enables/disables the field set the value of the new temp field also. Then you can reference that field for the current accessibility. Regards, Matt On 10/23/07, Albert Bihler <[EMAIL PROTECTED]> wrote: > > Hi list, >

How to get current field accessibility in Active Link workflow

2007-10-23 Thread Albert Bihler
Hi list, is there a way to get the current accessibility (read/write, read only, diabled) of a field using Active link workflow? We want to avoid some Active Links that run on Return if the field access is read only at the time the user fires the workflow. Or does anybody know of a way to wo