You need to sign in to do that
Don't have an account?
Is it possible to have a field from a Custom object appear on an Activity page layout?
Is there a pull the values of a custom field on a custom object appear on an activity page layout?
I want the values of a picklist field in a custom object to appear on an activity page layout. I thought I could create a formula field that would reference the object and the field, so I wouldn't have to recreate the field under activities. Unfortunately it's not working. Would I have to create a activity Visualforce page to make this happen?
Many thanks,
p
You can put an inline VF page on the Activity detailed vies and in this inlne page whatever you want you can display.