1 Antwort
When there is no relationship field between Lead and Account object we can't even use Process builder to update the account object field when there is update/insert the lead object.Example:If there is no relation filed between Lead and Account object, then it's difficult to identify which account record need to be updated through programmatically also? If you have any logic or link between the lead record and account record then you can use the Process builder (https://developer.salesforce.com/trailhead/en/business_process_automation/process_builder) to update the fields in the account record.