How To

Add Product(s) to an Opportunity W/O Specifying Quantity and Price

‘ For those who have added products to an opportunity in Salesforce, you know that you need to specify a quantity and sales price for each product added which overrides the opportunity amount. However, not all industries sell products that way, especially the financial services industry as an example. Prices for financial instruments are based… Continue reading Add Product(s) to an Opportunity W/O Specifying Quantity and Price

How To · Uncategorized

Standard Email Message Object Process Builder/Flow Use Case: Create Task when Follow Up Email Sent

Salesforce introduced email message as its own standard object in Summer 16. FINALLY, it is no longer a task in Salesforce! Now, that it is its own object, you can add custom fields, write validation rules, triggers, process builder and flows. The email addresses are stored as text fields with no association to the user… Continue reading Standard Email Message Object Process Builder/Flow Use Case: Create Task when Follow Up Email Sent

How To

Use Custom Settings in Process Builder

Do you have processes in process builder where only users of specific profiles will execute a specific action group? Imagine, as your Salesforce org grows over time and new profiles are introduced or old profiles are deprecated. Or, for whatever reason, you had to temporarily remove one of the profiles referenced. You will need to… Continue reading Use Custom Settings in Process Builder

How To

Allow Users of the Same Group the Ability to Delete Each Other’s Records

In a public read/write sharing model, if a user can view the record and has delete permissions for the object, the user can delete the record. However, what if the company’s business model allows for the ability to read/write but they only want certain users to delete each other’s records, not everyone? Or, your company… Continue reading Allow Users of the Same Group the Ability to Delete Each Other’s Records