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.
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.
BobK Thanks Tom, that works. FYI: the <<>> should not be used. The correct syntax is: DISPLAY URL BO.ReturnURL FULL SCREEN