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
notechnotech 

Autopopulate Value from Account Record

Our company creates Client Visit Reports on a regular basis using SF.  We also maintain a savings percentage specific to the client on the Account record.  We update the savings percentage about once a month with a new value.  When a user creates a new Client Visit Report and selects the related account I would like the savings percentage to automatically populate to the Client Visit Report (which is a custom object).  Once populated I would like the savings percentage value to remain constant in the custom object even thought original value on the Account record might change.  Is this possible in EE?

Best Answer chosen by Admin (Salesforce Developers) 
JotmenowJotmenow

You could acheive  this with a Workflow+ Field update.

 

 

Ajay

All Answers

JotmenowJotmenow

You could acheive  this with a Workflow+ Field update.

 

 

Ajay

This was selected as the best answer
notechnotech

Worked like a charm, thanks for helping out a rookie!