Skip to content

Instantly share code, notes, and snippets.

@shrutis22
Created November 20, 2016 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrutis22/2b15987709004342924692ed17ecb9d3 to your computer and use it in GitHub Desktop.
Save shrutis22/2b15987709004342924692ed17ecb9d3 to your computer and use it in GitHub Desktop.
Page created to run the Logout flow when Logout button in Salesforce is clicked
<apex:page standardStylesheets="false" showHeader="false" sidebar="false" applyHtmlTag="false" applyBodyTag="false" docType="html-5.0">
<flow:interview name="Time_Tracker_Logout" finishLocation="{!URLFOR('/secur/logout.jsp')}"></flow:interview>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment