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
Abhishek Sharma 507Abhishek Sharma 507 

auto populate value from one field to another in same object

Hello there, I'm trying to auto-populate the values from one field to another of same object. can anyone guide for this please !!
 
Mitchel smithMitchel smith
Follow these steps:
Step 1: Create a Process. From Setup, enter Builder in the Quick Find box, and select Process Builder. ...
Step 2: Choose Object and Specify When to start the Process. Click Add Object. ...
Step 3: Define Criteria. Click Add Criteria. ...
Step 4: Define Immediate Actions. ...
Step 5: Activate the Process.
Regards 
beach buggy 
Abhishek Sharma 507Abhishek Sharma 507
My Requirement was to get values from a field to populate into another in *Same Object* the solution you suggested is for lookup relationship between 2 objects. could you please suggest something for this requirement. Thanks
Leo BishopLeo Bishop

Auto-populate is a feature that automatically fills in a field with the same value as another field within the same object, reducing the need for manual data entry and ensuring consistency across related fields.

https://www.kdealer.org/

Abhishek Sharma 507Abhishek Sharma 507
Thanks but I'm not looking for definiton but solution...
SubratSubrat (Salesforce Developers) 
Hello Abhishek ,

Requesting you to follow this salesforce help video for your reuirement -> https://www.youtube.com/watch?v=uS3pnJz9Rtg

Hope it helps !
Thank you.
Emily MedressEmily Medress
That video is helpful--is there any way to do what is done in that video but for fields in different objects? Trying to automatically update a field in one object from a field in another. Thank you!