Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Service | Customer Service, Contact Center, Fie...
Suggested answer

Send Button issue in Customer Service Hub

(0) ShareShare
ReportReport
Posted on by 63

Hi all,

I have a doubt / issue whenever I am clicking send button in the email activity for a case, the email form is not refreshing. 

I tried all possible ways to fix the issue but I am unsuccessful. I tried removing the links(Plugins, JavaScripts, etc) to the form and re-added them, so if missed connections or links it would get sorted out. This did not solve the problem.

I tried to add set Timeout function to force refresh the form after clicking the send button, this also did not work.

Then I created a new tab in the email added the person field there and made the person field read only in the Recipient email tab(where we write our email). This fixed the issue but client is not satisfied by the fix.

Can anyone suggest how this issue can be solved with out making changes in the UI.

Regards

Rushiraj

  • Suggested answer
    RE: Send Button issue in Customer Service Hub

    Hi Rushiraj,

    You can try to use js to close the form.

    function color(executionContext) {

        var formContext = executionContext.getFormContext();

        formContext.ui.close();

    }

    then call the js code on click of ‘send’ button.

    Regards,

    Leah Ju

    Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.

  • Rushiraj Profile Picture
    Rushiraj 63 on at
    RE: Send Button issue in Customer Service Hub

    Thanks @Leah Ju, Yes you are right that form closes and goes back to previous page or case form. Coming to the new tab, we select the recipients in that new tab, the recipient fields in the Recipient email tab are set to Read only. If we select the recipient in the new tab it shows the recipient in the Recipient email tab. So hiding the new tab doesn't help.

    Regards

    Rushiraj

  • Suggested answer
    RE: Send Button issue in Customer Service Hub

    Hi Rushiraj,

    It’s so strange, I have test once in my environment, after clicking send button in the email activity, the form is closed, so I can’t understand ‘refresh’ you mentioned above.

    And you mentioned that the issue was fixed after you add one new tab, but client is not satisfied it. why?

    If the client doesn’t want to view any changes on the UI, maybe you can try to hide the tab that you created.

    You can use js code to hide tab when form load.

    pastedimage1606470460794v1.png

    function hideTab() {

            Xrm.Page.ui.tabs.get("DETAILS_TAB").setVisible(false);

     }

    Regards,

    Leah Ju

    Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,575 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,493 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans