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
user2017user2017 

create a Lookup field in object A, that should auto populate based on a field value in related object and display on page layout in newly created records of object A. How is this done?

We have an 'Outcome' object with lookup to 'Volunteer hours' object and also to Contact Object. Created a Lookup field in the 'Outcome' object, that should auto populate based on a field value in Contact or Volunteer hours object and display on page layout in newly created records of 'Outcome' object. How is this done?