Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 79901

ApplyRoutingRuleRequest not working CRM online

$
0
0

I created a custom workflow activity to apply routing rules to a case but it is not working and not throwing an error. I've found that this was an issue that was fixed in UR2 for CRM 2013 SP1(https://support.microsoft.com/en-us/kb/2963850), but was the fix also applied to CRM 2015?

Here's my code:

ApplyRoutingRuleRequest objrequest = new ApplyRoutingRuleRequest()
                {
                    Target = inCase.Get(executionContext)
                };
                OrganizationResponse objres = service.Execute(objrequest);



Viewing all articles
Browse latest Browse all 79901

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>