You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

New Incident Created does not go through Rules

Received Response
12
Views
5
Comments
edited Jun 8, 2022 12:03PM in General Technical Discussions 5 comments

Content

I am creating a new incident using c# but once it is created it does not appear to go through the Incident Routing Rules?  Is there something I need to do to get this to go through the rules? 

Thanks,

Andrew

Version

February 2015

Code Snippet

             private static int[] CreateIncident(RightNowSyncPortClient client, ClientInfoHeader clientInfoHeader, Customer[] customers)
        {            
            int i = 0;
            int count = customers.Count();
            int[] incidentIDs = new int[count];

            while(i

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!