Skip to main content

Notifications

Customer Insights - Journeys forum

Create Phonecall Activity in Customer Journey is not working

(1) ShareShare
ReportReport
Posted on by 65

Hi all,

I have some problem when create phonecall activity from customer journey. I created customer journey with only 2 tiles which contain segmentation tile and phonecall activity tile.

The activity tile should be create a phonecall for contact based on segmentation. After go live the customer journey, insight form show the number of processed and the number show as expected.

But the phonecall activity was not created. There is no custom plugin and workflow in phonecall activity. 

When I try to create task activity in customer journey, everything is working properly. I also try to create single record of phonecall activity manually, and it is working fine.

But when create phonecall activity from customer journey, the activity is not created.

How to solve this issue? Anyone know about this issue? 

  • Verified answer
    LuHao Profile Picture
    LuHao 40,874 on at
    RE: Create Phonecall Activity in Customer Journey is not working

    Hi partner,

    Don't forget to mark the verified answer by clicking Yes.

    pastedimage1569909214407v1.png

    This will help other users quickly navigate to this theme.

    Thanks.  :)

  • Audrey Amelia Profile Picture
    Audrey Amelia 65 on at
    RE: Create Phonecall Activity in Customer Journey is not working

    Hi Shailesh,

    Thank you for the information. I will keep it.

    I'm happy to working with you guys

    Regards,

    Audrey

  • Verified answer
    ShaileshJain Profile Picture
    ShaileshJain on at
    RE: Create Phonecall Activity in Customer Journey is not working

    Thanks Audrey for confirming the issue was resolved through the Support Ticket. 

    PS - we also fixed the community alias <d365mktcomm AT Microsoft DOT com> so that it wont bounce, just in case you are not able to raise a support ticket

  • Audrey Amelia Profile Picture
    Audrey Amelia 65 on at
    RE: Create Phonecall Activity in Customer Journey is not working

    Hi Cloflly,

    Now I know the root cause of this error.

    This error happened because of step plugin that I register in plugin ActivityFeeds.Plugins.ActivityClose:Update of phonecall

    When I try disable this step, everything is back to normal and working properly.

    I really thankful to Support MS Team that help me to solve this issue.

    Regards,

    Audrey

  • Audrey Amelia Profile Picture
    Audrey Amelia 65 on at
    RE: Create Phonecall Activity in Customer Journey is not working

    Hi Clofly,

    I already unregister all custom plug-ins and workflow but still not working. The phone call still not generated.

    I choose to contact admin support to investigate this issue.

    Thank you for your help.

    Regards,

    Audrey

  • LuHao Profile Picture
    LuHao 40,874 on at
    RE: Create Phonecall Activity in Customer Journey is not working

    Hi Audrey,

    You could try unregister that plug-in and register it again,

    by Nuget 

    https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/download-tools-nuget

    or xrmtoolbox

    https://www.xrmtoolbox.com/plugins/Xrm.Sdk.PluginRegistration/

    It locates in Assembly Microsoft.Dynamics.Crm.MarketingPlugins

    3146.png

    However, you should be cautious to do it because it may had impact on other modules which require this plugin.

    Anyway, due to this part is not touchable for us, to solve this issue completely, you could ask support team for investigation and currently build a workflow to create phone call as alternate workaround.

    Finally, I suggest you check your environment again to find whether there is any custom plug-in or workflow for customer journey/phone call that may caused your issue.

    Regards,

    Clofly 

  • Audrey Amelia Profile Picture
    Audrey Amelia 65 on at
    RE: Create Phonecall Activity in Customer Journey is not working

    Hi Clofly,

    Thank you for the respond. I checked on my Default Solution and the relationship already exists.

    pastedimage1568096207515v1.png

    pastedimage1568096369546v2.png

    I think it's about the phonecall Id (GUID) and customer journey iteration id is not exist.

  • LuHao Profile Picture
    LuHao 40,874 on at
    RE: Create Phonecall Activity in Customer Journey is not working

    Hi Audrey,

    As error throwed in your trace log, it seems that the relationship msdyncrm_msdyncrm_customerjourneyiteration_phonecall between PhoneCall and msdyncrm_customerjourneyiteration not exists.

    In my working environment, there is a N:1 relationship betweeb Phone Call and Customer journey iteration.

    (While 1:N between Customer journey iteration and Phone Call)

    6685.png

    You could build two relationships manually then test again to check if issue still exsits.

    N:1 (Phone Call to Customer journey iteration)

    0410.png

    1:N (Customer journey iteration to Phone Call )

    3580.png

    Regards,

    Clofly

  • Audrey Amelia Profile Picture
    Audrey Amelia 65 on at
    RE: Create Phonecall Activity in Customer Journey is not working

    Hi Shailesh,

    I try to drop an email to <d365mktcomm AT Microsoft DOT com>, but failed to sent and I got the feedback like below :

    pastedimage1568093404923v1.png

    Any other email that I can use?

  • Audrey Amelia Profile Picture
    Audrey Amelia 65 on at
    RE: Create Phonecall Activity in Customer Journey is not working

    Hi Clofly,

    Thank you for the hint. Now I can trace the plugin log based on plug-in MktActivityCreatePostEventPlugin.
    Btw, plug-in MktActivityCreatePostEventPlugin is enable in our instance:

    pastedimage1568087607906v1.png

    As what I investigate,

    The plug-in Microsoft.Dynamics.Crm.MarketingPlugins.Plugins.Data.MktActivityCreatePostEventPlugin throw the error. Here the error message:

    Message: Exception 'InvalidPluginExecutionException' occured: The PhoneCall (Id = 114a6f18-576a-465a-a01b-f1d7cabc3291) in the "msdyncrm_msdyncrm_customerjourneyiteration_phonecall." relationship with the msdyncrm_customerjourneyiteration (Id = 7b25049f-b2b2-4f33-ace6-076f76fc53a2) doesn't exist.

    Here the trace log on the plug-in :

    2019-09-10T03:04:31.9668547Z :: Converted to list, element count is 1

    2019-09-10T03:04:31.9668547Z :: Marketing activity token: CampaignCreateActivityEntity

    2019-09-10T03:04:31.9824777Z :: [CampaignCreateActivityEntityAction]

    2019-09-10T03:04:31.9981142Z :: Finished processing PhoneCall activity.

    2019-09-10T03:04:32.5606065Z :: Entity field name activitytypeid does not match CRM entity field name.

    2019-09-10T03:04:32.5606065Z :: Entity field name title does not match CRM entity field name.

    2019-09-10T03:04:32.5606065Z :: Entity field name isnamesystemdefined does not match CRM entity field name.

    2019-09-10T03:04:32.5606065Z :: Entity field name name does not match CRM entity field name.

    2019-09-10T03:04:32.5606065Z :: Entity field name activityitemid does not match CRM entity field name.

    2019-09-10T03:04:32.5606065Z :: Entity field name templateentitylogicalname does not match CRM entity field name.

    2019-09-10T03:04:32.5606065Z :: Entity field name tenantid does not match CRM entity field name.

    2019-09-10T03:04:32.5606065Z :: Entity field name templateentityrecordid does not match CRM entity field name.

    2019-09-10T03:04:32.5606065Z :: Entity field name msdyncrm_scheduleddurationminutes does not match CRM entity field name.

    2019-09-10T03:04:32.7637381Z :: Logging exception with Message:The PhoneCall (Id = 114a6f18-576a-465a-a01b-f1d7cabc3291) in the "msdyncrm_msdyncrm_customerjourneyiteration_phonecall." relationship with the msdyncrm_customerjourneyiteration (Id = 7b25049f-b2b2-4f33-ace6-076f76fc53a2) doesn't exist.

    2019-09-10T03:04:32.7793647Z :: Couldn't udpate activity msdyncrm_mktactivity with ID 40852fb1-77d3-e911-a812-000d3a07bbcc

    2019-09-10T03:04:33.0293643Z :: Exception 'InvalidPluginExecutionException' occured: The PhoneCall (Id = 114a6f18-576a-465a-a01b-f1d7cabc3291) in the "msdyncrm_msdyncrm_customerjourneyiteration_phonecall." relationship with the msdyncrm_customerjourneyiteration (Id = 7b25049f-b2b2-4f33-ace6-076f76fc53a2) doesn't exist., CorrelationId: 2a434102-ebe2-42cc-b2e7-013a67c32c33

    Is there something missing in phonecall propertise?

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,971 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,846 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans