Set Mailing Address from Account to Contact using Record Triggered Flow #inSalesforce
Go to Object Manager | Account | New field | Checkbox | Next | Copy Billing Address to Shipping Address | Apply FLS | Save
Create a record triggered flow:
On Account, On Create or Update
Criteria: Copy Billing Address to Shipping Address equals True, Action and Related Records
Update Related Contact Mailing Address:
Criteria: AccountId equals Record.AccountId
Set Shipping Address
record.mailingcountry equals record.billingcountry
record.mailingstate equals record.billingstate
record.mailingcity equals record.billingcity
record.mailingpostalcode equals record.billingpostalcode
record.mailingstreet equals billingpostalstreet
Save and Activate
Visual: https://www.youtube.com/watch?v=8ZquKRS2cT4





Comments
Post a Comment