Created
September 12, 2019 15:51
-
-
Save DataSolveProblems/1f5164e9e00a02d0764b2e1c8c86469e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page > | |
<apex:pageBlockSection columns="1"> | |
{! $User.FirstName} {! $User.LastName} {! $User.Username}) | |
</apex:pageBlockSection> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment