March 26, 201510 yr To log out Webdirect solution , if i use exit application script , will it log out ? or is there something else to log out ? mikey
March 30, 201510 yr Author How Do i Log out from WebDirect ? is there LogOut Button like web publishing ? thanks, mikey
March 31, 201510 yr 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.
April 24, 201510 yr 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.
July 25, 20187 yr 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
Create an account or sign in to comment