Related Posts
  • 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: 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...