Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

CRM Auto create case

Posted on by 5,005

When some one creates a new pid in Navision, the auto generated CRM case "New PID Review" does not automatically assign to that person I'm not sure if there is a disconnect between how they is set up in Navision and CRM, but I believe that this started to happen when their name was updated in CRM, but not Navision.

*This post is locked for comments

  • sandeepc Profile Picture
    sandeepc 5,005 on at
    RE: CRM Auto create case

    original issue

    We are continuing to experience intermittent issues with the auto generated CRM case when the Inside Rep creates a PID in Navision

    Jennifer created PID 8800007030 about 20 minutes ago and it has not yet created the new PID review CRM case

    Marrs created PID 8800006989 on 06-15-2017 that still has not yet created the auto CRM case.

  • sandeepc Profile Picture
    sandeepc 5,005 on at
    RE: CRM Auto create case

    Entity incident = new Entity();

                                   incident.LogicalName = "incident";

                                   //Assign a case!

                                   AssignRequest assignRequest = new AssignRequest();

                                   assignRequest.Assignee = new EntityReference("systemuser", createdbyuser);

                                   Guid IncidentID = new Guid(checkincidentid);

                                   assignRequest.Target = new EntityReference(incident.LogicalName, IncidentID);

                                   //sets the new User.                

                                   _service.Execute(assignRequest);

                               }

                               catch (Exception exa)

                               {

                                   embody = " Failure in assign " + exa.Message;

                                   emsub = "Navision/CRM New Item Interface Failed";

                                   sendEmail(ref emsub, ref embody);

                                   Console.Write(exa.Message);

                                   continue;

                               }

                           }                        

                       }

                   }

                   reader.Close();

               }

               catch (Exception ex)

               {

                   string embody = " Failure in Main " + ex.Message;

                   string emsub = "Navision/CRM New Item Interface Failed" ;

                   sendEmail(ref emsub, ref embody);

                   Console.Write(ex.Message);

  • sandeepc Profile Picture
    sandeepc 5,005 on at
    RE: CRM Auto create case

    when i create a product ID-PID in Navision it should automaticaly created in crm but fr some users its not creating this my question if anybody understood can pls give me an suggestion.. suggestions will be amrke as verified

  • sandeepc Profile Picture
    sandeepc 5,005 on at
    RE: CRM Auto create case

    can any1 help me out to figure out this issue

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans