Problem with aa object protection rule

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
greg
Posts: 124
Joined: Sat Apr 23, 2005 12:46 am

Problem with aa object protection rule

Post by greg »

I had the following rule to protect a PurchaseOrder business object:

If NOT(LoggedInStaff IN PurchaseOrder.Requisitioner) Then
PROTECT PurchaseOrder.Reconciled FROM ALL EXCEPT Administrator

I found out today that it did not work. When I changed it to this form:

If NOT(LoggedInStaff.LoginName=PurchaseOrder.Requisitioner.LoginName) Then
PROTECT PurchaseOrder.Reconciled FROM ALL EXCEPT Administrator

It started working. Do you know what was wrong before?
aware_support
Posts: 7526
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

We confirm a bug related to the usage of NOT (... IN ...) construct in rules. This bug is fixed in the latest release.
Aware IM Support Team
Post Reply