Hi,
I have the following rule defined:
If TourBookings.Transfer<>'Yes' Then
READ PROTECT TourBookings.Hotel FROM ALL
READ PROTECT TourBookings.TransferPrice FROM ALL
READ PROTECT TourBookings.PickupTime FROM ALL
READ PROTECT TourBookings.TransferOverridePrice FROM ALL
READ PROTECT TourBookings.OverrideTransferSurcharge FROM ALL
I have set the Use rule in dynamic re-calculation of form to Yes.
However when I change the value of Tourbookings.Transfer and move the cursor to the next field, nothing happens. Also in the log no actions are recorded.
Is this a bug?