On an Event Registration record, is it possible to change the Event once the record is saved? Assuming it is not possible, has anyone found any workarounds other than deactivating the Event Registration record and creating a new one?
On an Event Registration record, is it possible to change the Event once the record is saved? Assuming it is not possible, has anyone found any workarounds other than deactivating the Event Registration record and creating a new one?
Hi Mike,
There is an unsupported way to change the field once the record is saved.
1. Disable following Sdk Message Processing Step:
Microsoft.Dynamics.EventManagement.CrmPlugins.EventMgmtPlugin.Plugins.PreventModificationsOfReadOnlyFieldsPlugin: Update of msevtmgt_eventregistration
2. Unlock Event field by javascript:
Xrm.Page.getControl("msevtmgt_eventid").setDisabled(false);
You can run the code in browser console directly.(F12)
Or unlock it by an extension(if Chrome): Level up for Dynamics 365/Power Apps
https://chrome.google.com/webstore/detail/level-up-for-dynamics-365/bjnkkhimoaclnddigpphpgkfgeggokam
All locked fields will be unlocked by clicking "GOD MODE".
after changed event registration's parent Event to others, then the record will show in Event registrations subgrid of new Event.
Regards,
Clofly
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156