Total Pageviews

Saturday, April 12, 2014

Campaigns - means to track Return of Investment on money spent on Promotion / Advertisement



Campaigns are means through which you generate buzz around your services and products offered by your organization. Organizing campaigns involves money as you may use one of the following to drive campaigns:-

i. Email blasts
ii. Print Advertisement
iii. Organize seminars

For a successful campaign one need to :-
a. Plan the campaign -type, objectives,mode of delivery, etc.
b. Have a targeted audience
c. Track response and new business generated from the campaign

As it involves an investment- hence as a business one would be interested in knowing :-
1. the time period for the campaign (Start date - End Date)
2. Cost of running the campaign (expected & actual)
3. New business expected to be generated from it (in monetary terms)

In salesforce too Campaigns are recorded , stored and tracked.
People are the final target of any campaign which will form their future perspective clients. People added to a campaign are called "Campaign Members" and the following can be added as campaign members:-
1. Contact
2. Lead
3. Person Account
Campaigns can be a webinar or an email campaign, one can have different layout and record type assigned for each one.
People who are target for your campaigns are called as "Campaign Members"
Target may be an existing customer or a new one.
Also the same applies for "Campaign Member" different fields can be displayed in respective page layout.
One thing very important w.r.t. Campaigns is "Advanced Setup". In simple terms one can define different member statuses . Also one can define what each status signify (responded / default) refer to screenshot below for clarity:-










Next you may ask ok I created a Campaign from The Campaign Tab by clicking on the "new" button. Also I set the "Advanced Setup" of campaign, now how do I add the targeted audiencs?

1. You can run a report to add Campaign Member ( good for adding 50000 members)
2. Add by search from Campaign Add/ Search member page ( Good for adding 1000 members)
3. Using a file to add members to a campaign.


I have a thumb rule if a blog crosses more than 1 page length- split it into 2.
More on Campaigns in my next post.
To be continued...

Friday, April 4, 2014

Group Tasks in Salesforce - Facts and Fault lines




Group Tasks

Tasks which can be assigned to more than one user is called a group task. One can create a task so that up to 100 users are each assigned an independent copy of the task. 


To create a group task:
  1. On the New Task page, click the lookup icon (Lookup icon) next to the Assigned To field.
  2. In the lookup window, select the Multiple Users tab.
  3. Users can be organized into various categories such as personal groups, public groups, roles, or territories. In the Searchdrop-down list, select the appropriate option.
  4. Optionally, enter one or more characters in the text box and click Find to search.
  5. In the Available Members list, click one or more items to select them. Press CTRL+click to select multiple items individually, or SHIFT+click to select multiple adjacent items at the same time.
  6. Click the Add and Remove buttons to move your selections between the lists.
  7. When the appropriate choices are in the Selected Members list, click Done. If your selections total more than 100 users, you must reduce your selections before you can proceed.
  8. On the New Task page, see your selections display next to the Assigned To field. The total number of tasks you are creating also displays.
  9. Continue entering task details such as due date, status, and comments.
  10. When you save the task, your selected users will be assigned copies of the task. Note that these copies are independent and not linked; they can be edited, transferred, or deleted individually.
Problem Statement
Elena is the practice-head of her  Salesforce competency and has to assign a task to all her team members to take their maintenance exams.
Elena notices that a task can be assigned to a role in a workflow.
Elena plans to create a Role of all her colleagues who have to take this exam periodically , she names it "SFDC Competency" and assigned this role to all the users who take these exam periodically.
Elena planned to create a Learning Activity Custom object on which she create a workflow which will create a task for taking exam assigned to all the users who are assigned to the "SFDC Competency" role when she creates an instance of Learning activity Object.
Issue
When she tried to test the rule she noticed that only a single  task was getting created and was getting assigned to the creator of the "Learning Activity" object.
To test the issue further she removes all users from the "SFDC Competency"  and leaves a single user.
Then she tests it again - now she finds that a task gets created and is assigned to the user of the single user in the "SFDC Competency" role.

Analysis
In gist, there's no neat feature available in Salesforce for assigning Group tasks via workflows. But there are some workarounds that can be built to accommodate the business needs. As of now Salesforce does not recognize multiple people assigned to a role in a workflow. When there are more than a user assigned to a workflow task assignment rule, it will instead send the task to the rule initiator and not the intended recipients. You can create multiple roles and assigned single person to each one. alternatively, one can have each workflow rule to have multiple task assingment rules one for each role.
But this may not be a good solution from house-keeping / maintenance point of view , what when user leave or new users get added.

Will keep looking for a better and more automated solution.