How to Create a Post with Mentions using Workflow? - Story From: Microsoft Dynamics CRM Team Blog

CRM Software Free Trial -

Microsoft Dynamics CRM Activity Feeds solution is now released in the Dynamics Marketplace and ready to use with the latest Microsoft CRM update. The solution offers better ways to collaborate with in the organization and stay on top of business processes.

 In this blog article, I will walk you through new capabilities introduced in Workflows to support Post creation based off business requirements.

Goals:

-          Create a Post and Mention other records using Workflow

-          Walk through Workflow Designer and Post Url (Dynamic Value) Capability

Pre Requisite

-          Upgrade CRM 2011 Organization to UR5

-          Install Microsoft Dynamics CRM Activity Feeds solution and Configure Lead entity to have Wall

-          Read about How to do Mentions with Activity Feeds

 

Once Activity Feed Solution is installed, users in CRM can talk about Account, Contact, etc… entities using Posts. You can use Posts to ask questions, announce the updates to an opportunity etc… At the same time others can respond back by commenting. So this is all nice for end users to communicate. Wouldn’t you love having Auto Posts?

CRM does allow ISV’s, Partners, Users extend or tailor the out of the box functionality to your business needs. Once such extensibility is “Creating Post using Workflows!!!”.

Let’s get to the Steps to get the work done.

Scenario: When the Lead rating is changed to Hot, Create a Post on the Lead Record Wall

“<Lead name> is changed to “Hot’ by <UserName>

Steps

-          Navigate to Settings -> Processes and Click New Process

-          Process name =  “Lead Converted to Hot”

-          Entity = Lead,

-          Category = “Workflow”

-          Click ok

-          Now let’s configure the process to trigger on “Lead Update” for “Rating Field” only.

    • Un check “Record is Created”
  • Check Record Fields Changed. Click Select and Select Rating. Click Ok

-          In the Process, we want to verify if the “Lead.Rating” is Hot and then only create the post.

    • Click –Add step -> Check Condition. Click Specify Condition and select Lead, Rating , Equals and Hot as shown below.

-          In the Condition, you would want to Create a Post.

    • Click Add Step -> Create Record
    • Select Post Entity
    • Click “Set Properties”. You will be presented with a form (shown below) to enter Post details

-          Create Post Form .. Let’s talk about what the fields mean

    • Text: Data in this field is presented to the end users on the wall
    • Source : Manual / Auto
      • Manual : Icon of the Post would be User (Intended for users entering manually)
      • Auto : Icon of the post would be the Regarding Object of Post (Recommended for Posts created by Workflows)
      • They show in corresponding Filters in Personal Wall
      • Regarding ObjectId: Entity that Post is About. In our case, it is post on Lead Wall. So it is Lead.

-          Populate Post.Text

    • Finally, this is where it gets interesting. Recalling that we want to post something like
    • “<Lead name> is changed to “Hot’ by <UserName>
    • To get the Lead Name “Mention Tag”, you need to select Post Url(Dynamic) from the Form assistant for Lead entity. (Shown in Picture below)
    • Once Slug is inserted , you can type other text and Slug for Rating{Lead} and Modified User Slug (shown in Picture Below)

 

-          Here is Final screen shot of the Post form

-          Once you save the Process. Click Activate as shown below.

-          Create a New Lead.

-          Update the Lead Rating to “Hot”

-          Wait for Workflow to fire and you would see a Post on the Lead Record Wall…

 

That’s all. Now users can click on hyperlinks for Modified User & Lead directly from the Post  and they get to be on top of the situation …

Thanks

Ajith Gande  

CRM Software Free Trial – Your CRM online guide to Web-based Contact Management Software Free Internet Trials and the latest news, article, reviews & comparisons.



CRM Software Free Trial – Your CRM online guide to Web-based Contact Management Software Free Internet Trials and the latest news, article, reviews & comparisons.

Post Footer automatically generated by Add Post Footer Plugin for wordpress.

“We here at the “Web-Based Contact Management Software News, Reviews” are posting for your consumption the latest blog posts from the major Web-Based CRM Software vendors around the world who are focused on the development of products that enhance your CRM experience.” enjoy :)

——————————

Post Name:
How to Create a Post with Mentions using Workflow? – Story From: Microsoft Dynamics CRM Team Blog
*
If Needed – To Read the Full Story: (post’s here may be limited by vendor’s RSS feed) – Highlight above post’s blue title, right click and search with google.

Post Footer automatically generated by wp-posturl plugin for wordpress.

Listed Related posts:

  1. How to do Mentions with Activity Feeds - Story From: Microsoft Dynamics CRM Team Blog During a group discussion, sometimes we want to call the attention of a specific person. Social networking discussions are no different. In Microsoft Dynamics CRM Activity Feeds, we call this a “mention”. This blog covers the...
  2. Following and Unfollowing Records in CRM - Story From: Microsoft Dynamics CRM Team Blog With the inclusion of Activity Feeds in the latest CRM update, we introduce the concept of “following” records. When you follow a record, you will see updates related to that record appear on your Personal...
  3. Create Sample Data for your Solution - Story From: Microsoft Dynamics CRM Team Blog In This Post: Problem statement How to create and export CRM Data How to create DataMap and save it How to import sample data using SDK APIs Conclusion Further reading Problem statement You have created...
  4. How to Add a Record Wall to a Form - Story From: Microsoft Dynamics CRM Team Blog  If you are an existing CRM user who has created multiple main application forms on some entities before you enable the entities for Activity Feeds, you may find that enabling Activity Feeds for them won’t add...
  5. How to enable an entity to use Activity Feeds solution - Story From: Microsoft Dynamics CRM Team Blog  This blog intends to walk through the steps by which a user can enable Activity Feeds for an entity. Pre-Conditions: User has a CRM organization created. This covers the new OnPrem deployment and existing CRM Online...
  6. Working with Activity Feed using Microsoft CRM SDK - Story From: Microsoft Dynamics CRM Team Blog Activity Feeds solution is now released in the Dynamics Market Place and ready to use with the latest Microsoft CRM update. You can use our solution out of the box, but  if you want to customize...
  7. Calculations Using Workflow - Story From: Microsoft Dynamics CRM Online Team Blog   I’d never thought about using Workflows for doing calculations until a friend of mine in the CRM community, Shilpa Sinha, mentioned it.  Shilpa is in our Partner Technical Consultancy group.  Here’s here post on this...
  8. SugarCon Spotlight: Orchestrate Your Business With Workflow - Story From: CRM Outsiders A lot of companies still fail to see the value of CRM versus contact management or simple SFA because they simply do not understand the value of underlying workflows in a true CRM platform like Sugar....
  9. Video: Create and run - Story From: Microsoft Dynamics CRM Team Blog The reporting feature in Microsoft Dynamics CRM provides default(out-of-the-box) reports for the most common business needs. It also provides aReport Wizard that lets you create custom reports for your specificrequirements. We’ve recently published a new video...
  10. Activity Feeds Solution & Development Environment - Story From: Microsoft Dynamics CRM Team Blog This article focuses on the engineering behind the Activity Feeds solution and explains how to use it safely in your Development environment where you plan to build and export your solutions. If you are new to...