• Peter Wang 23
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 0
    Replies
Can anyone suggest a fix? Thanks in advance for your help.
<apex:page showHeader="false">
<apex:pageBlock title="User Status">
<apex:pageBlockSection columns="1">
{! $User.FirstName } {! $User.LastName } ({! $User.Username })
</apex:pageBlockSection>
</apex:pageBlock>
</apex:page>

Challenge not yet complete... here's what's wrong: 
The Visualforce page did not fit the criteria. The first name of the logged in user was not output using dynamic global variables.