Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

Teams download option not showing up

(0) ShareShare
ReportReport
Posted on by 105

The download option for teams event is not showing up.

pastedimage1604132535678v1.png

  • Verified answer
    cloflyMao Profile Picture
    cloflyMao 25,202 on at
    RE: Teams download option not showing up

    Hi Tez,

    I also encountered the issue as yours: the field is somehow hidden, I am not sure whether the functionality is still under development so it was set to be hidden by system.

    In form editor, you could display the field by default.

    pastedimage1604307213218v1.png

    Or run custom function at OnChange event of "Do you want to stream this event":

    if the field value equals to true, set the hidden field to be visible with code;

    if the field value equals to false, hide the field again.

    pastedimage1604307369525v2.png

    pastedimage1604307409464v3.png

    function unlockField(executionContext) {
        var formContext = executionContext.getFormContext();
        var isTeamEnabled = formContext.getAttribute("msevtmgt_streamingenabled").getValue();
        if (isTeamEnabled === true) {
            formContext.getControl("msevtmgt_recordingforproducersandspeakers").setVisible(true);
        } else {
            formContext.getControl("msevtmgt_recordingforproducersandspeakers").setVisible(false);
        }
    }

    (If necessary, please add run the function at OnLoad event of form.)

    Result:

    pastedimage1604307672406v4.png

    Regards,

    Clofly

  • Tez Profile Picture
    Tez 105 on at
    RE: Teams download option not showing up

    Do you mean that the "Recording available to producers and presenters" option is not available? -

    - Yes Clofly

  • cloflyMao Profile Picture
    cloflyMao 25,202 on at
    RE: Teams download option not showing up

    Hi Tez,

    From your screenshot, it seems that you were using "Teams Meetings".

    If you want to record the event, please switch to "Teams Live Events" instead.

    (Do you mean that the "Recording available to producers and presenters" option is not available?)

    Regards,

    Clofly

  • Tez Profile Picture
    Tez 105 on at
    RE: Teams download option not showing up

    Hi Clofly,

    Thanks for your response. I want to download the teams recording. But the option does not show up. As per this link  i can enable the recording options but i dont see the options.

    https://docs.microsoft.com/en-us/dynamics365/marketing/teams-webinar

    I will have to give a download url for the event recording to the attendees in the email template. How is this achievable.

  • cloflyMao Profile Picture
    cloflyMao 25,202 on at
    RE: Teams download option not showing up

    Hi Tez,

    It will just show the streaming options when enabling Teams for webinar.

    Do you mean downloading Teams? If so, open Attendee URL in a new tab, then it will ask if we open Teams, and there will be a button for download.

    pastedimage1604282362262v1.png

    After configuring the event, we should send the registrants an email to provide the attendee URL:

    https://docs.microsoft.com/en-us/dynamics365/marketing/teams-webinar#inviting-registrants-to-attend-the-live-event-through-email

    Regards,

    Clofly

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,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,409 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans