Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 2311 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

To log out Webdirect solution , 

 

if i use exit application script , will it log out ?

 

or is there something else to log out ?

 

mikey

Posted

What I am using is a button that run a relogin script and auto log into a dummy acc and goes back to my main page. That account has no privileges and can only access one button that is a login. Sadly I dont think there is a simple “logout” option.

  • 4 weeks later...
Posted

With WebDirect, using the script steps of <Exit Application> or <Close Window) will have the same effect - it'll log the user out, and return to the home page for WD.

  • 3 years later...
Posted

You can use below script:

 

If [ Get(SystemPlatform) = 4 ] //If the platform is WebDirect
Exit Application
Else //If the platform is not WebDirect
Open Launch Center
Close File [ Current File ]
End If

 

 

This topic is 2311 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.