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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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