REVISED: Update Inactive User to Active User as Contact Owner
This original blog post from 2018 was revised for a solution in Flow Builder.
This original blog post from 2018 was revised for a solution in Flow Builder.
Developers know that it is not a best practice to hardcode IDs in code, as documented in the Salesforce Developers site. https://developer.salesforce.com/page/Best_Practice%3A_Avoid_Hardcoding_IDs It is a big pet peeve of mine when I see hardcoded IDs in formulas, validation rules, process builder, flow, etc. The same best practices apply on the declarative side as with the development… Continue reading Did I Just See You “Hardcode” a Salesforce ID? Aw, Hell No!
If an opportunity is created during the lead conversion process, Salesforce will create the opportunity record associated to the default opportunity record type associated to the user’s profile. This is perfectly fine if there is only one opportunity record type for the user. However, this becomes a problem when a user has multiple opportunity record… Continue reading Assign a Specific Opportunity Record Type During Lead Conversion