dynamics crm - CRM 2011: How to update MessageProcessorMinimumInactiveSeconds field in DeploymentProperties table? -


is there supported way update value field messageprocessorminimuminactiveseconds in deploymentproperties table in mscrm_config database?

i have worklfow should executed every 10 minutes. , there known problem infinite loop. created scheduled wf same way like this. also, there other solution scheduled workflows in crm?

i have several suggestions how make recurrent actions in crm without touching db.

  1. you can create on-demand workflow , trigger using external application or ssis package.
  2. you can create external windows service required actions instead of crm.
  3. you can use ssis packages.

Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -