Lisa, Depending on how much effort you want to put into this requirement, how about this:
Pre-conditions: You have a data field, "Field A" that has appropriate access permissions set. Requirement: You want to let users without permissions to that field know that it has data, but you can't let them see the data, even through reporting. Implementation: Create a display only field, "Field B". Locate it on top of Field A and make it hidden. Disable the change flag. Read only seems like a good idea, but not necessary. There's no need to set the display type to "edit masked" (see next steps), but you can if you'd like. Create a filter that fires on Get Entry Run If: 'Field A' != $NULL$ Action 1: Set Fields, set Field B = LPAD( "", LENGTHC($Field A$), "*") note: you could just set it to a fixed number of asterisks if you didn't want the user to know how long the data is. Using the LPAD function duplicates the edit masked functionality. Create an active link that fires On Display and only for the non-privileged users, with actions that hide Field A and show Field B. Actually... the non privileged users shouldn't be able to see Field A anyway, so you shouldn't have to hide it. This solution is fairly simple for one field, but if you have a lot of fields, it could get cumbersome. Anyway, since you hadn't received any other options, I thought I'd throw this one out there. Thad Esser Remedy Developer On Tue, Nov 9, 2010 at 10:02 AM, Kemes, Lisa <[email protected] > wrote: > ** > Nevermind. With Edit Masked, a customer can still create a report and > gather this data. Not sure I want them to do that! :) > > > Lisa > > > ------------------------------ > *From:* Action Request System discussion list(ARSList) [mailto: > [email protected]] *On Behalf Of *Kemes, Lisa > *Sent:* Tuesday, November 09, 2010 12:57 PM > *To:* [email protected] > *Subject:* Change Display of a field to "Edit Masked" > > ** > There is no way via workflow to change a form display from Edit to Edit > Masked if the customer does not have the proper permissions is there? I'd > like the customer to see that there is data in the field, but I want it > masked. If the customer has access to the field, I was them to see the > data. > > I don't think there is, but just wanted to make sureā¦. > > *Lisa Kemes** * > AR System Developer > Tyco Electronics > 717-810-2408 tel > 717-602-9460 cell > [email protected] > > > > _attend WWRUG11 www.wwrug.com ARSlist: "Where the Answers Are"_ > _attend WWRUG11 www.wwrug.com ARSlist: "Where the Answers Are"_ > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

