Skip to content

Instantly share code, notes, and snippets.

@ganmahmud
Created November 23, 2018 09:45
Show Gist options
  • Save ganmahmud/ab45e5deee6840b70eefd160b544af17 to your computer and use it in GitHub Desktop.
Save ganmahmud/ab45e5deee6840b70eefd160b544af17 to your computer and use it in GitHub Desktop.
Create a Visualforce page that shows user information.
<apex:page >
<apex:pageBlock >
<apex:pageBlockSection >
{! $User.FirstName }
</apex:pageBlockSection>
</apex:pageBlock>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment