Important DupeBlocker Summer '13 Upgrade Available
Friday, June 21, 2013
We are pleased to notify you that the DupeBlocker upgrade to address the Summer ’13 critical update “Apex addError Method Default Behavior Change” is now available and posted on the Salesforce AppExchange.
After installing the upgrade you can safely activate the critical
update with no adverse effect on DupeBlocker functionality.
Please use the direct links below to install the latest release,
2.27.27, or access it via the AppExchange:
This is a simple upgrade, no need to uninstall the existing
version of DupeBlocker. If you are currently running the previous production
release, 2.27.24, you will NOT need to rebuild the DupeBlocker keys after the
upgrade. If you are running an earlier version, then the keys will need to be
rebuilt as per the standard upgrade instructions, please see the link for those
instructions below:
posted by A Miller @ 11:34 AM,
An easy way to identify Accounts with no Opportunities!
Wednesday, June 19, 2013
In Salesforce it’s easy to find Accounts that have Opportunities, but there is not a good way to find Accounts WITHOUT Opportunities. Using MassImpact and "Object Count" this is very easy to do:
- Create a custom field in Salesforce to track the number of Opportunities on an Account (e.g. Opp_count)
- Use the MassImpact "Object Count" feature in the Set Value step to add up the Opportunities in an Account and populate this value in the custom field on the Account record
- Use MassEffect export function to export the Accounts where the Opp_count equals "0"
posted by A Miller @ 10:31 AM,
Demand Tools Tips & Tricks - Concatenating multiple lines of address data
Thursday, June 13, 2013
Concatenating multiple lines of address data so that when inserted they will appear on multiple lines just as if they were entered directly via the Salesforce user interface
Do you have AddressLine1 and AddresLine2 in two columns on your input spreadsheet, and want to insert both into Salesforce? When inserting via the API (DT and/or PI) there is only one street address line to map to; whereas in Salesforce multiple lines of street address appear on separate lines. You can insert your data to match the Salesforce format by concatenating the fields in your spreadsheet separated by a carriage return.
- Create a new column in your spreadsheet for the full street address
- Type the following formula in the first cell in the new column =A1&char(10)&B1 (assumes AddressLine1 and AddressLine2 are in A1 and B1 respectively, adjust the formula based on your columns)
- Now cut and paste the formula down all the rows of data
- Lastly, do a copy and paste special (values) over the new column, so that the actual values are in the column vs. the formula
- Map this concatenated address into the appropriate street address of your table
posted by A Miller @ 2:42 PM,
DemandTools Tips & Tricks - The Power of "Right Click"
Tuesday, June 04, 2013
There are many places within DemandTools where "right clicking" with your mouse will provide additional options:
Labels: DemandTools, Right Click, Salesforce, Tips
posted by A Miller @ 12:19 PM,