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
Noah BensalemNoah Bensalem 

Process builder - Need Help populating *required fields

How do you update a require field using the process builder? I need to populate *required Fields from lookup (account shipping fields)User-added image
Raj VakatiRaj Vakati
This is not possible with the process builder ..  

Process builder wil fire after you click on the save and system validation will fire before you are saving .. 


So you need to override the New button to populate the values on click on new button ....  so that values will populate the before saving 
Noah BensalemNoah Bensalem
How do you accomplish this
Noah BensalemNoah Bensalem
What sort of devoloplent? Not even if it updates the field when a platform event occurs? 
Noah BensalemNoah Bensalem
A workflow or validation formula field update would not work?
Raj VakatiRaj Vakati
You have to write the code ..  lightning component 

https://trailhead.salesforce.com/en/content/learn/projects/workshop-override-standard-action
https://rajvakati.com/2018/02/18/lightning-components-actions-override/
Noah BensalemNoah Bensalem
Invalid URL, what trailhead do I need to learn?