• Andriy Ponomarov
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi All, 
I have created a visualforce page which uses account lookup fields. I am using these page in lightning by giving lightningstylesheets  = "true".
However, when I click on the search Icon of lookup field, the lookup pop opens in classic mode but I need this lookup field in lightning style. Is there anyway to get it work using Visualforce page?
User-added image
User-added image


 
When using the following 
<apex:outputText value="{0, number, currency}" label="Currency Value">
   <apex:param value="{!myCurrencyValue}" />
</apex:outputText>
The output is rendered with a $ regardless of the Currency Locale. 
Does anyone know how to resolve this error??

<apex:outputText value="{0, number, currency}" label="Currency Value">
   <apex:param value="{!myCurrencyValue}" />
</apex:outputText>