• Milson Marcelin
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi,

 don't know why, but the help text and the helptextimage does not appear.
<apex:pageBlockSectionItem helpText="{!$ObjectType.Opportunity.Fields.StageName.inlineHelpText}">
             <apex:outputLabel value="{!$ObjectType.Opportunity.Fields.StageName.label}" />
             <apex:inputField value="{!oppString.StageName}" />
         </apex:pageBlockSectionItem>

Thanks,
Sascha