web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

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

Event format "Webinar" deletes Event-URL

(0) ShareShare
ReportReport
Posted on by

Hello,

we're having an issue when switching an event from the format "onsite" to "webinar". The event-URL is deleted every time the format is a webinar.

As we're using the portal for registrations for every event, we also want to provide a URL to guide customers to the event site on the portal. As the URL is deleted for the webinar, this is not possible. Without a list of registrations, we cannot even send further information or the webinar links to the customers.

pastedimage1608566812890v1.png

How should we register customers for events then? What is the logic behind this? What is the work-around?

It would be great to get feedback on this asap, as we want to go live beginning of January

Thanks in advance

Best regards

Lukas

I have the same question (0)
  • cloflyMao Profile Picture
    25,210 on at

    Hi Lukas,

    It might be just by design: when the format of event is set to Webinar, a plug-in will be triggered to clear Event URL. 

    Here is a workaround:

    Create a custom text field(e.g: new_copyurl) as replicate of event URL, run following function at OnLoad event of Event form to copy value of the original field.

    function copyURL(executionContext) {
        var formContext = executionContext.getFormContext();
        var eventURL = formContext.getAttribute("msevtmgt_publiceventurl").getValue();
        if (eventURL !== null) {
              formContext.getAttribute("new_copyurl").setValue(eventURL);
        }
    }

    How does it work:

    1. Switch format of event to on site.

    2. Save the record and refresh the form, the custom field will be populate with value of Event URL.

    By then the value will always be kept even if the format is switched to Webinar again.

    pastedimage1608626530192v1.png

    Regards,

    Clofly

  • Community Member Profile Picture
    on at

    Hi Clofly,

    thanks for the fast response! I guess it's supposed to work that way, but the (I think) legitimate question from our customer is: Why?

    I thought about that as well, but didn't want to build custom logic before knowing why this is built that way. And it might confuse the users as well when we add a thrid Event-URL field to the form :(

    Best regards

    Lukas

  • Verified answer
    cloflyMao Profile Picture
    25,210 on at

    Hi Lukas,

    When an event is set to webinar, it will be regarded as webinar-only by system; in other word for this situation, the useful link for customers becomes to Webinar URL, they will register event via the Webinar URL instead of Event URL, so the event url value will be cleaned.

    Therefore, the third format Hybrid would be applicable for your scenario: to simulcast a live session for attendees who can't make it to the venue to attend a live event, we can keep event URL and webinar URL at same time.

    https://docs.microsoft.com/en-us/dynamics365/marketing/set-up-webinar#configure-an-event-or-session-for-broadcast-as-a-webinar

    Regards,

    Clofly

  • cloflyMao Profile Picture
    25,210 on at

    Hi Lukas,

    Could the answer help you?

    Regards,

    Clofly

  • ShravanSuri Profile Picture
    1,255 on at

    Hey Lucas,

    As a part of the Oct 2020 update, the format field should be hidden from the event form - and should be automatically set when you decide whether you'd like to live stream the event or not.

    Could you please update your application - this will also allow for Teams integration to be added as a webinar provider - and see whether that resolves the issue?

    (Why is this happening originally?

    Since in the past - we only supported ON24 as a webinar provider, we switched out the event URL field and added the ON24 URL when the ON24 webinar was created.)

    Thanks

  • Community Member Profile Picture
    on at

    Hi Clofly,

    thanks for the explanation. I guess we will use the Hybrid-Setting to use the webinar functionality and the Event registration as well.

    Thanks for helping!

    Regards, Lukas

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
11manish Profile Picture

11manish 156

#2
ManoVerse Profile Picture

ManoVerse 153 Super User 2026 Season 1

#3
Zhilan Profile Picture

Zhilan 49

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans