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
Abdulla d 5Abdulla d 5 

How to auto populate fields of Account to custom object Request__C when i select Account record as a lookup relation?

I have requirement that i have object called request in this i have to select the Account name and populate the fields of name and shipping address into the custom object request? how can i achieve it.?

How to auto populate fields of Account to custom object Request__C when i select Account record as a lookup relation?
Steven NsubugaSteven Nsubuga
You can use:
  • formula fields
  • process builder
  • apex trigger