Data Management

Data management for Activity Feeds entities - Story From: Microsoft Dynamics CRM Team Blog

We just released Activity Feeds for Microsoft Dynamics CRM. With most new features come the additional amount of data introduced with it and this is also true for Activity Feeds.

Every time a user creates a post or a comment, a record is created. Every time an auto post is generated, another record is created. With this in mind, prior to releasing this feature we made sure that you have an easy way to manage the data generated by Activity Feeds.

We enable the Activity Feeds entity, Posts, for Bulk Delete jobs. You can create your own bulk delete jobs from the user interface or from the SDK to clean up the Activity Feeds data based on your criteria.

Here is a quick snapshot on creating bulk delete job from the UI to clean up Posts entities.

    1.       Under Settings -> Data Management -> Bulk Record Deletion, create a new bulk delete job.

    2.       The bulk delete wizards will lead you to the look up dialog, where you should select the Posts entity type.

    3.       You can define your search criteria by Source, ModifiedOn, CreatedBy, CreatedOn. For example, to delete AutoPost that has not been commented for X months, you can specify Source = AutoPost and Modified On Older Than X

      4.       Just like any bulk delete job, you can specify the frequency of the run. Continue to the wizard and Submit.

      5.       All running and completed bulk delete jobs are displayed in these Bulk Record Deletion grid, but the master (recurrence) record itself is displayed under System -> System Jobs under the Recurring System Jobs View.

      Another way is to create bulk delete job from SDK. Here is a code snippet on triggering one bulk delete request from SDK to clean up Post entities.

      QueryExpression query = new QueryExpression(Post.EntityLogicalName);

      // create your filter criteria…

      BulkDeleteRequest request = new BulkDeleteRequest();

      request.QuerySet = new QueryExpression[] { query };

      request.JobName = "Activity Feeds Data Management";

       

      request.SendEmailNotification = false;

      request.ToRecipients = new Guid[0];

      request.CCRecipients = new Guid[0];

      request.RecurrencePattern = string.Empty;

      request.StartDateTime = DateTime.Now;

      BulkDeleteResponse response = (BulkDeleteResponse)_serviceProxy.Execute(request);

       

      So there you go, 2 ways to manage your Activity Feeds data. I hope you find this helpful.  

      Maya Widyasari

      Microsoft Dynamics CRM Tester

      Read more...

      Be the first to comment - What do you think?  Posted by adminKB - November 18, 2011 at 11:19 am

      Categories: CRM Basics, CRM Online, Data Management, Microsoft Dynamics   Tags:

      R4 Import Data Wizard – Tips and Tricks - Story From: Microsoft Dynamics CRM Team Blog

      The new Microsoft Dynamics CRM Online “Import Data Wizard” supports .csv, .txt and .xml file format for source data input. It also supports upload of multiple files in one Import session in compressed file format (.Zip). A .zip file can include files...(read more)

      Read more...

      Be the first to comment - What do you think?  Posted by Admin - March 31, 2010 at 8:39 am

      Categories: CRM Articles, CRM Reviews, Customer Retention in a Recession, Customer Service, Data Import Wizard, Data Integration, Data Management, Data Migration, Tips and Tricks   Tags:

      CRM for the Small Business, Part 5: How to Save a Troubled Implementation - Story From: CRM Buyer

      A successful CRM implementation starts with good preparation. It is a good idea to document the goals and objectives of the small business first and test the system with the users, Sheryl Kingstone, director of the enterprise research group at Yankee Group, told CRM Buyer. "Be proactive," she advised.

      Read more...

      Be the first to comment - What do you think?  Posted by Admin - March 16, 2010 at 5:00 am

      Categories: CRM Online, Customer Service, Data Management, Implementation   Tags:

      CRM Software Free Trial

      Loyalty lab introduces free trial of loyalty CRM software for consumer brands, loyalty lab CRM, labs, saas, brands, customer management, software, news about books, entertainment. CRM software integration information business.com salesnow is a customer relationship management (CRM) software suite designed for the simply provide some general information and we will sign you up for our free trial. Free CRMunleashed software-as-service trial CRMunleashed.com outlook CRM software by salesoutlook the easy and customizable CRM software, sharepoint CRM, contact manager, best CRM, contact management and outlook based CRM (customer. Camrivox opens up tapi market trials for CRM – 2009 – news – camrivox goldmine CRM software market, sell, and service better with goldmine CRM software free interactive trial requires no installation try it online today. Get your free trial account CRM download a free trial for microsoft dynamics CRM 4 0 online after filling out this short form use sample data provided or import your own date from outlook.

      Microsoft dynamics CRM online free trial CRM software blog flexor software trial offers free cti with tapi compliant pbxs at the desktop cambridge, uk – camrivox ltd, a unified communications innovator and developer of. Microsoft dynamics CRM free trial from concentrix microsoft dynamics CRM brings customer relationship management (CRM) software into a new age it's a flexible CRM solution that works the way your staff do, works the way your. Loyalty lab introduces free trial of loyalty CRM software for consumer CRM trial go on jump into your own trial account what select your CRM version or online sales software go to a live CRM account get a free trial account. CRM software free trial CRM integration pervasive offers the best integration software available to bridge your company's data pervasive data profiler download a free pervasive data profiler trial.

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

      Be the first to comment - What do you think?  Posted by adminKB - March 3, 2010 at 3:53 pm

      Categories: CRM, CRM Basics, CRM Software, Cloud Services, Data Management   Tags: ,

      Importing Data from Salesforce.com to Microsoft CRM Online – Part 3 - Story From: Microsoft Dynamics CRM Team Blog

      Welcome back!! I hope you are enjoying the powerful and easy to use Microsoft CRM in your day to day activities. This post is the last in series of the Importing data from Salesforce.com – Part 1 and Importing data from Salesforce.com – Part 2 blogs....(read more)

      Read more...

      Be the first to comment - What do you think?  Posted by adminKB - February 5, 2010 at 11:11 am

      Categories: CRM Online, Data Import Wizard, Data Management, Data Migration   Tags:

      Driving better data habits in Microsoft Dynamics CRM through scoring - Story From: Microsoft Dynamics CRM Team Blog

      Good data in a CRM system is critical to its ongoing success and usefulness to a business. Months or even years after you have successfully deployed the system, the real measure of its success is how much the system is being used and the value being returned...(read more)

      Read more...

      Be the first to comment - What do you think?  Posted by adminKB - February 2, 2010 at 9:28 am

      Categories: Data Management, JScript, Plug-in, Reporting, plugin   Tags: