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
Shubham Shrivastava 27Shubham Shrivastava 27 

When we enter an employee name in employee object than address of employee automatically fill in that field how it is possible in saleforce

Team NubesEliteTeam NubesElite
Could you please elaborate your requirement? Like where do you want to fill these details?
Kamran HanifKamran Hanif
You can try using a lookup field and a trigger to fillout these fields.
Shubham Shrivastava 27Shubham Shrivastava 27
Salesforce NewBie i created an object named as employee detail with some fields named as Employee Name, Employee ID and Address and i also created an another object named as address info with some fields named as Emp ID and Emp Address and i want when we enter the name of Employee than the address of employee which is already stored in Address info object are automatically filled in Address field in employee detail object
 
Team NubesEliteTeam NubesElite
Hi Shubham,
Use workflow rule  and Field update every time a Record is Created and Edited.
For reference please cheack this link https://support.formyoula.com/knowledgebase/articles/938976-create-a-workflow-rule-that-will-pre-fill-informat


Thank You
www.nubeselite.com

Developement | Training | Consulting

Please Mark this assolution if your problem resolved.