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
FXDC07FXDC07 

Auto-Populate Account Number Based On Account Name Selected

I am trying to get the Account Number field to auto-populate based on selecting the account from a look-up.  Any suggestions?
vsandlevsandle

I created a Formula Field for the object where the account number is to be displayed.

For example:

If you want the Account number to be displayed on the Contact page, create a new field, select Formula as the datatype, selected Text as the Formula Return Type - select Insert Field, Contact is in column one, then click on Account in column two, then select the Account number field from column three and select Insert button.

Add the new field to the page layout and I made the field Read Only on the page layout.

 

 

FXDC07FXDC07
THANK YOU!  This worked perfectly :smileyvery-happy: