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.
- you can create on-demand workflow , trigger using external application or ssis package.
- you can create external windows service required actions instead of crm.
- you can use ssis packages.
Comments
Post a Comment