Solution: We can make use of “inlineHelpText” to display the helptext of a field in visualforce
Sample Code: To display the Help Text for Account Industry field,
<apex:outputText value=” {!$ObjectType.Account.Fields.Industry.inlineHelpText}"/>
No comments:
Post a Comment