I am developing a page which will allow a user to select an Account and it will use that Id to construct a URL. I have no objects in my org with a lookup field to Account, and therefore I cannot use <apex:inputField>. Is there a simple way to do this? I don't want to create a field on any object because I cannot be sure that a user will have correct permissions for that object. Thanks.
Add a comment |