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
Arunkumar KathirArunkumar Kathir 

Customizing Change Owner link

Can we customize Change link on Account Owner field?

Vinita_SFDCVinita_SFDC

Hello,

 

Unfortunately on the standard Account detail page this is not possible. To achieve this requirement will have to override the account detail page with a visual force page and then you can customize it as per your requirement.

 

Refer: http://www.salesforce.com/us/developer/docs/pages/

 

Hope this helps!

sandeep@Salesforcesandeep@Salesforce

This is standard page so you can not customize but can you please let me know what customization you want.

Arunkumar KathirArunkumar Kathir

I need to query only certain users with same ZipCode and make any one of them as Owner of that record.

Sonam_SFDCSonam_SFDC

Hi Arun,

 

I think you can achieve this by adding a Lookup filter  to the Account Owner field: 

https://help.salesforce.com/HTViewHelpDoc?id=fields_lookup_filters.htm&language=en_US

 

sandeep@Salesforcesandeep@Salesforce

ok I got your question now then you should use lookup filter 

Defining Lookup Filters - Salesforce