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
DhairyaDhairya 

Lookup "New Button"

Hi,

 

   I have a Lookup relation ship between one custom object  field End_User__c  and Account.

 

    So, when we click magnify glass and do not find appropriate account then we click "New" button and create a new account. 

 

    But the situation is i need more fields out there and make some of the fields as required.

 

     How can i do that?

 

 

I appreciate your response.

 

Thanks,

Dhairya

WizradWizrad

Setup->Customize-Accounts->Fields

 

Add the fields you need.

 

Setup->Customize->Account->Page Layout

 

On this screen you can position your new fields and choose which fields are required.

hisrinuhisrinu

You can't change the quick create page layouts... however you can add few more fields for the look up window so that users can determine the account.

 

Setup->Customize->Account->Search Layouts->Edit the Lookup Dialogs

DhairyaDhairya

Thanks for reply.