Related Posts
  • Forum Post: Re: Track in CRM for Appoinments

    In the user options (CRM-Options). On the general tab you can turn off what gets synched between CRM and Outlook. Turn off the 'Appointment' option and it should stop synching. Leon Tribe
  • Forum Post: Workflow stopping by itself

    Hello, I have a workflow running on our accounts every 8 hours to verify if an account is ready to get a call from a sales rep. Anyway, this workflow does his stuff, than wait for 8 hours and re execute the workflow. But now, I see in the Workflow monitor that lots of accounts who had this workflow...
  • Forum Post: User Logon Statistics needed

    We would like to find out active users of CRM. How can we find out when a user last logged on to CRM? We are using MS CRM 3.0. Thank you
  • Forum Post: Adding one activity entry to multiple records

    Hi, I am trying to run the "Create Quick Campaign Wizard" for a list of accounts pulled up through an advanced find. When I create the campaign activity and try to post it to all account records, I get the following error message: "CRM installation is in an inconsistent state to...
  • Forum Post: Create a quick campaign by code

    I need create a quick campaign with visual studio 2005 c#. But when i try it, a exception appears : 0x80040800 The method being invoked does not support provided entity type. Platform my code is the next: bulkoperation Bulk = new bulkoperation (); Bulk.actualend = new CrmDateTime...