You need to sign in to do that
Don't have an account?

Formula fields are not showing in Page
Hi,
I had created a page, in which i want to show values from another page i.e i want to show values from Account page to My page for which I had chosen formula field as data type, but the page is not showing any value .
Please help .
Thanks
Suppose if your custom object Volunteer_opportunity having one formula field opportunity_apprval_manager and you want to get the value of this field from lookup field of account object then in this case
Managing_Organization__r.Opportunity_Approval_Manager__r.FirstName
where Managing_Organization is lookup to account object in custom object.