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
prabhutumprabhutum 

How do I (or Can I) override standard LookUp pages?

All -

 

I am new to VF and not sure what is possible and what is not.

 

Background: The way we architectured our data model is that a contact could be associated to multiple accounts. So we exteneded standard master-child relationship between Account and Contact to master-child-grandchild for Account-Contact-AccountsSupported. The accountsSupported custom object stores multiple accounts suported by a contact.

 

Issue: On a new Case page we have Account Lookup icon -- Can that be programmed to call a new vf page which would retrieve data from AccountSupported instead of Account object? Or can the Account Looup page be overriden with custom VF page somehow? If not, how would I go about this situation?

 

 

Any ideas are welcome!

 

Thanks!

Pr@sh...

 

Message Edited by prabhutum on 08-10-2009 05:44 AM