If yu are working with Roles, you might want to do something like
$ROLES$ LIKE "%" + "Infrastructure Change Master" + "%"
You can use $GROUPS$, but you would need to find the Group that maps
to the Roles on the Group form.  The group name for OOTB ITSM roles
are numbers.

James

On Mar 9, 11:54 am, Misi Mladoniczky <[email protected]> wrote:
> Hi,
>
> You should use the $PROCESS$ function Application-Confirm-Group <group_ID>
> to do this.
>
> Create a couple of integer-display-only-fields for the groups you need to
> check, and then do an early Set-Fields-Filter to set the values:
>
> Filter 1:
>   Set-Fields:
>     GroupMember6001 = $PROCESS$ Application-Confirm-Group 6001
>     GroupMember6333 = $PROCESS$ Application-Confirm-Group 6333
>     GroupMember7123 = $PROCESS$ Application-Confirm-Group 7123
>
> If the value of the field is 1, the use is a member of that group. It will
> be 0 if the user is not a member.
>
>         Best Regards - Misi, RRR AB,http://www.rrr.se
>
> Products from RRR Scandinavia:
> * RRR|License - Not enough Remedy licenses? Save money by optimizing.
> * RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs.
> Find these products, and many free tools and utilities, athttp://rrr.se.
>
>
>
>
>
> > Howard,
> > Try NOT $GROUPS$ LIKE "%Infrastructure Change Master%" in the Run If of
> > the filter
> > Should do the trick but it can get complicated if there are more groups
> > you need to isolate. You would be adding another AND NOT $GROUPS$ LIKE
> > "%groupname%" for additional groups.
> > HTH,
>
> > ---
> > John J. Reiser
> > Senior Software Development Analyst
> > Remedy Administrator/Developer
> > Lockheed Martin - MS2
> > The star that burns twice as bright burns half as long.
> > Pay close attention and be illuminated by its brilliance. - paraphrased by
> > me
> > ________________________________
> > From: Action Request System discussion list(ARSList)
> > [mailto:[email protected]] On Behalf Of Howard Richter
> > Sent: Tuesday, March 09, 2010 10:06 AM
> > To: [email protected]
> > Subject: Re: How to turn off/on filters or links depending upon the role
> > of a user?
>
> > **
>
> > Good morning all,
>
> > I have been stepping back into the world of programming (ok no laughter)
> > and have a question. I need to disable or enable filters or links
> > depending upon the role of the users and trying to figure out how.
>
> > For example lets say I have a filter that I want to fire for all users,
> > unless that user was the "Infrastructure Change Master".
>
> > Any ideas?
>
> > As always thanks and take care,
>
> > Howard
>
> > --
>
> > Howard Richter
> > Remedy Administrator
> > Cox Enterprises, Inc
> > Red Hat Certified Technician
> > CompTIA Linux+ Certified
> > ITIL Foundation Certified
> > E-Mail = [email protected]<mailto:[email protected]>
> > LinkedIn Profile =http://www.linkedin.com/in/hbr4270
>
> > _Platinum Sponsor: [email protected] ARSlist: "Where the Answers
> > Are"_
>
> > ___________________________________________________________________________ 
> > ____
> > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
> > attend wwrug10www.wwrug.comARSlist: "Where the Answers Are"
>
> > --
> > This message was scanned by ESVA and is believed to be clean.
>
> ___________________________________________________________________________ 
> ____
> UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
> attend wwrug10www.wwrug.comARSlist: "Where the Answers Are"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

Reply via email to