function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DevTeam DreamDevTeam Dream 

The Visualforce page did not fit the criteria

Hi all, I try to do the tutorials and in the challenge of "Using simple variables and formulas"have this error:

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.

but my code is:
 

<apex:page sidebar="false">
    
    <apex:pageBlock title="User Status">
        <apex:pageBlockSection columns="1">
        	
            {! $User.FirstName }
            
        </apex:pageBlockSection>
    </apex:pageBlock>
    
</apex:page>
If you can see I'm using the global variable $User and I don't see where is my error. Thanks


 

Karthick RajaKarthick Raja
@DevTeam Dream,
    Its working for me.please check again at your dev org