Hi Have a process running from a query when logged in as a Certain System User. The Rule in Process Looks like this:
FIND Landlord where Landlord.LoginName=LoggedInLandlord.LoginName
LOGOUT Landlord.
I tried the same Using SystemUser. No Difference. When I turn on the Logger it shows:
Found 1 Object
Executing Action LOGOUT SystemUser
But nothing is happening and it is not login out.
I searched all the manuals and the forum but have yet to find the problem. Any help wil be appreciated. I don't want to use the standard Logout Operation because I don't have a top or left menu.