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
Will SlotterbackWill Slotterback 

How to display opportunity input field on a page using Account standard controller?

The title says it all really. I have a visualforce page that utilizes the standard controller for Account (standardcontroller="Account") and I'm trying to add an inputField to the page which will accept an Opportunity. How do I do this?

Thanks in advance for the help,
    Will