At the conclusion of a live webinar, AHIMA Audio Deminars requests the Meeting Type field be updated from "Live Webinar (MeetingTypeID=20) " to "Webinars (MeetingTypeID=7)".*
*Aura will eventually automate this process (we don’t have live events very often), but until then, this manual step will need to occur. You just have to run a quick SQL update script.
SQL script:
update aptify.dbo.Meeting
set MeetingTypeID = 7 --7=Webinar 20=Live Webinar
where ProductID = X (enter product ID)
The Live Webinar meeting type controls when a discussion board and chat displays in the Aura eStore. Access Admin Aura Admin and Aura eStore if anything needs to be reviewed.
Note: The Aura sync runs every 5 minutes.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article