Rename those Admin :)

Thanks,


Gary Opela, Jr

Sr. Remedy Developer

Leader Communications, Inc.

405 736 3211


-----Original Message-----
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] 
On Behalf Of David Yearsley
Sent: Thursday, March 13, 2008 4:07 PM
To: [email protected]
Subject: Re: Using "Not Like"

** 
The only problem with this is that it will also include Sub Administrator, App 
Administrator, and any other Administrator. One way to exclude the 
Administrator (Group 1) is to create a selection field and put no for 0 and yes 
for 1 and then have programming that calls the process: 
Application-Confirm-Group 1. It will set the field to either 0 or 1(See page of 
Work Flow Guide on page 245) and then you can have programming that runs if the 
field is set to No. 

>>> "Opela, Gary L Contr OC-ALC/ITMA" <[EMAIL PROTECTED]> Mar 13, 2008 2:46 PM 
>>> >>>
Don't forget the %s.

NOT ($GROUPS$ LIKE "­ministrator%")

Thanks,


Gary Opela, Jr

Sr. Remedy Developer

Leader Communications, Inc.

405 736 3211


-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Rick Cook
Sent: Thursday, March 13, 2008 3:40 PM
To: [email protected]
Subject: Re: Using "Not Like"

** I believe the correct syntax is NOT ($GROUPS$ LIKE "Administrator").
I know it looks a little kludgey, but it works.

Rick


On Thu, Mar 13, 2008 at 1:31 PM, Moore, Christopher Allen
<[EMAIL PROTECTED]> wrote:


** 

Hey Everyone-



We have an OOTB active link we want to make not run for
administrators.  It sets fields on TSK to read-only when a task is
closed, but we would like administrators to be able to re-open closed
tasks. While we could make an active link that runs after the one that
makes the field read only reverse that, I would like to add to the run
if condition of the original active link if possible.



However, to do this all I can think is to add something along
the lines of $GROUPS$ NOT LIKE "Administrator".  However, I don't think
you can do that.  



$GROUPS$ != "Administrator" doesn't work, we tried that.  It did
work when we did $USER$ != my user name.



Is there a way to do a "not like"?  Or should I resign myself to
letting Remedy do what it wants and then un-doing it in a separate
action?


Thanks!

Chris

__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the
Answers Are" html___ 


__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
html___ 

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___ 

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to