• raga80
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
Hi All, how can formatting number in visualforce?
 with this pattern
<apex:outputText value=”{0, number,$###,###,##0}”>
i have this result (Ex. $10,000.00)
but i want this result (Ex. €10.000,00)
Regards
  • September 12, 2014
  • Like
  • 0
Hi all, i have a custom object that is a related list of opportunity Object. Inside my custom object i have a custom buton that open a visualforce page with renderas=PDF.
<apex:page standardController="MiCustomObject__c">
How can i access Opportunity field from this page?
Can i access parent object from child?
Regards
  • September 12, 2014
  • Like
  • 0
Hi all, i have a custom object that is a related list of opportunity Object. Inside my custom object i have a custom buton that open a visualforce page with renderas=PDF.
<apex:page standardController="MiCustomObject__c">
How can i access Opportunity field from this page?
Can i access parent object from child?
Regards
  • September 12, 2014
  • Like
  • 0