Dynamic URL on Logout

Contains tips for configurators working with Aware IM
Post Reply
BobK
Posts: 545
Joined: Thu Jan 31, 2008 2:14 pm
Location: Cincinnati, Ohio, USA

Dynamic URL on Logout

Post by BobK »

Is it possible to use a BO Attribute to dynamically determine the URL to goto when a user logs out?

I tried putting <<BO.ReturnURL>> for the URL on the Logout menu item, but that did not work.
Bob
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

That's not possible.

You could try to remove the Logout menu option & use:

DISPLAY URL <<BO.Return.URL>> FULL SCREEN

The server would eventually time the user out.
Tom - V8.8 build 3137 - MySql / PostGres
BobK
Posts: 545
Joined: Thu Jan 31, 2008 2:14 pm
Location: Cincinnati, Ohio, USA

Post by BobK »

Thanks Tom, that works.


FYI: the <<>> should not be used. The correct syntax is:
DISPLAY URL BO.ReturnURL FULL SCREEN
Bob
Post Reply