Re: rule dependent on boolean
Re: rule dependent on boolean
- Subject: Re: rule dependent on boolean
- From: Ramsey Gurley <email@hidden>
- Date: Tue, 07 Feb 2012 11:10:49 -0700
Try
(pageConfiguration = 'ListAdRelease' and user.security.seesShortList = 1)
for true and
(pageConfiguration = 'ListAdRelease' and user.security.seesShortList = 0)
for false.
Ramsey
On Feb 6, 2012, at 9:11 PM, Theodore Petrosky wrote:
> I am trying different iterations of this and can not get it to work. I want one displayPropertyKeys if the boolean is true and different if false.
>
> (pageConfiguration = 'ListAdRelease' and user.security.seesShortList = 'true') then use these propertyKeys
>
> (pageConfiguration = 'ListAdRelease' and user.security.seesShortList = 'false') then use these keys
>
> Obviously, this doesn't work. Where am i going wrong?
>
> Ted
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden