Many case we many need to use object field label name in the Visualforce page. We can use “$ObjectType” system class.
Sample Code :
<apex:outputLabel value="{!$ObjectType.Account.fields.Name.label}" />
Many case we many need to use object field label name in the Visualforce page. We can use “$ObjectType” system class.
Sample Code :
<apex:outputLabel value="{!$ObjectType.Account.fields.Name.label}" />