Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics 365 | Integration, Dataverse...
Suggested answer

No space at the top when replying to an email within Dynamics

Posted on by

Hello,

Post the recent Microsoft update, a few of our customers are facing issues with replying to an email within Dynamics.

They have mentioned that when the click on Reply or Reply All, there is no space at the top of the email to type.

They have to manually press Enter a couple of times to make the space.

pastedimage1634057106761v1.png

Anyone else experiencing this and does anyone has a resolution ?

  • Anmol Dave Profile Picture
    Anmol Dave on at
    RE: No space at the top when replying to an email within Dynamics

    ok thanks, it might be a known issue I would suggest go ahead and raise support ticket with Microsoft and get confirmation

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: No space at the top when replying to an email within Dynamics

    Hi rahul_soni_86,

    Yes, I am in the same situation as you.

    I created an onload event trigger on my email form with the following code:

    function onLoad(executionContext){
    	var formContext = executionContext.getFormContext();
    	var description = formContext.getAttribute("description").getValue();
    	var original = '
    ------------------- Original Message -------------------
    '; //if the description contains original message, add a
    tag before the line of original message. if(description != null && description.indexOf(original) >-1){ description = description.replace(original,'
    ' original); } formContext.getAttribute("description").setValue(description); }

    It works for me:

    pastedimage1634114933972v1.png

  • RE: No space at the top when replying to an email within Dynamics

    Hello,

    Server version: 9.2.21091.00139

    Client version: 1.4.3205-2109.1

    2021 release wave 1 enabled

    Location is - US

  • Anmol Dave Profile Picture
    Anmol Dave on at
    RE: No space at the top when replying to an email within Dynamics

    And also What region your org is located in? Based on that I can provide more information.

  • Anmol Dave Profile Picture
    Anmol Dave on at
    RE: No space at the top when replying to an email within Dynamics

    Hello Rahul ,

    what is the CRM version that you have ?

    Regards

    Anmol Dave

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,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans