Created
September 12, 2019 18:04
-
-
Save DataSolveProblems/ffdb4b2f590c033f710433ad22ae7c12 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