You need to sign in to do that
Don't have an account?
Gourav Jain
We can use the following syntax to retrieve the label of custom field on VF page.
Example: $ObjectType.Object__c.Fields.CustomField__c.Label
But, How to retrieve Label of Custom Field in Apex class?
hi,
You can access the label using describe method