Skip to main content
Category

CRM

Salesforce.com – Data Loader Functionality with Salesforce Workbench

By CRM, Salesforce CRM No Comments

Another function of the workbench is to do imports much like you would with Data Loader.  It’s a bit more “programmer friendly” than data loader (which is more “standard user” friendly) in my opinion, but nevertheless a keeper.

Go ahead and login to the workbench like before.  This time, go to the data menu though….  Here you can insert, update, upsert, or delete.  If not familiar with these, you may want to stop as you can do some serious damage to your database. Read More

Salesforce.com – Optimizer Features (Tips 1 and 2)

By CRM, Salesforce CRM No Comments

Optimizer is a feature in Salesforce.com used to evaluate below scenarios in your implementation and fine tune them.  For instance:

  • You can evaluate profiles and permission sets — Optimizer helps find profiles and permission sets that are unused or unassigned to any user. It also provides a recommendation on how to fix it.
  • You can identify hard coded URLs in the implementation — Optimizer helps find the list of hard coded URLs in the implementation. This will help fix any changes to URLs if needed easily.  Here’s a sample shot of the report for this one….

Read More

Salesforce.com – Embedding a Chart in a Record (Tip 3)

By CRM, Salesforce CRM No Comments

This one’s a bit of another oldie (blast from the past), but it’s a good one.  We all know that Reports and Dashboard tabs are great one-stop shopping spots for data. But users don’t have to go there every time they need to know something. You can set it up so people can see a report chart right on the page where they’re working. For example, when updating an opportunity, they can see a chart that’s filtered to show the latest data about the account that opportunity is associated with, without leaving the Opportunity detail page. Read More

Dynamics 365 – Using Business Rules to Set Default Values

By CRM, Microsoft Dynamics CRM, Software 6 Comments

This tip is meant to save yourself a little time (every second counts, right?) when completing forms in CRM.

Sometimes fields can be filled in on forms by default if the response is typically true under X condition(s). For example–you might know that if an opportunity or lead is related to Product X or Y, it applies to Business Unit A, while if the interest is in Product Z, it applies to Business Unit B. You use a Business Rule on a form to set the conditions and default values. Being default values, they can be changed after they are set. Read More

Skip to content