function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ArmanMArmanM 

Standard CurrencyIsoCode field not visible in custom object

Hi, 

This is a two-part question, here's some context. I have three custom objects:
First custom object - Plan__c (master-detailed) related to Opportunity
Second custom object - Product_Plan_A__c (master-detailed) related to Plan__c 
Third custom object - Product_Plan_B__c (master-detailed) related to Plan__c

Now I can't seem to figure out why and how to -  
Q1) Standard CurrencyIsoCode field are not visible in these custom objects. Users will be filling out currency value fields so I need them to see what currency these values will be. 
Q2) The Standard CurrencyIsoCode should be same as Opportunity's CurrencyIsoCode for Plan__c. Thereby Product_Plan_A__c & Product_Plan_B__c should be the same as Plan__c's CurrencyIsoCode.

How can I do this? 

Thank You, 
Arman 
SandhyaSandhya (Salesforce Developers) 
Hi,

When you enable multi-currency in your organization you can see currency field for every object .

Please refer below links for more information.

https://help.salesforce.com/apex/HTViewSolution?id=000003638
 
http://focusonforce.com/configuration/salesforce-multicurrency-what-you-need-to-know/
 
https://success.salesforce.com/answers?id=90630000000gnwMAAQ
 
https://help.salesforce.com/articleView?id=admin_enable_multicurrency_implications.htm&language=en_US&type=0
 
Hope this helps you!

Please mark it as Best Answer if my reply was helpful. It will make it available for other as the proper solution.
 
Thanks and Regards
Sandhya

 
ArmanMArmanM
Sandhya,

Our org has already enabled multi-currency but it's still not displaying. 

-Arman