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
DawnWolfeDawnWolfe 

Linking a custom field from "accounts" to "opportunities"

I have a custom field "region", that is on our Accounts page.  I need to to populate on our opportunities page.  What would be the formula for that?  Thank you!

Best Answer chosen by Admin (Salesforce Developers) 
BA_AdminBA_Admin

Tru this

 

Text(Account.region__c)

All Answers

BA_AdminBA_Admin

Tru this

 

Text(Account.region__c)

This was selected as the best answer
DawnWolfeDawnWolfe

Worked perfectly!  Thank you for your help!!!!