• Brian Oconnell WPD
  • NEWBIE
  • 10 Points
  • Member since 2015
  • Salesforce Analyst
  • White Pine Diamonds

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
I would like a formula field to return the Currency Code (USD, EUR, JPY) from a field with datatype "Currency" on a custom object.  How can I do this?

Thank you
I am trying to make a Visualforce custom related list of Opportunities related to a Product but I can't find the child relationship name.

Example using Account and Case:
<apex:page standardController="Account">
        <apex:repeat var="cases" value="{!Account.Cases}">
But I want to replace Account with Product2, and Cases with Opportunities.  How?

Thank you
 
I would like a formula field to return the Currency Code (USD, EUR, JPY) from a field with datatype "Currency" on a custom object.  How can I do this?

Thank you
I am trying to make a Visualforce custom related list of Opportunities related to a Product but I can't find the child relationship name.

Example using Account and Case:
<apex:page standardController="Account">
        <apex:repeat var="cases" value="{!Account.Cases}">
But I want to replace Account with Product2, and Cases with Opportunities.  How?

Thank you