Hi All
Is there more documentation about the event portal customizations?
A client with no webdesign skills needs to have the possibility to upload Images, logo's and other customizations like colors etc. for each event has an other theme.
Is it for example is it possible to only customize the css style and how can the customer upload only the changes in the portal like a step by step tutorial?
Are there any examples or showcase of event portals already in use?
Thank you
Hello Mariette,
I understand the requirement here, and we have the easy updating of the event website as an item on the event management roadmap. I'd like to engage with you directly to discuss this feature, and the scenarios that your customer is encountering. Right now, you can upload and change the event's banner from the Event entity itself.
The intermediate solution would require you to add some customization to the event website (you would have to do some angular work, so that your client can make these changes from D365 Marketing itself). We can discuss this option as well.
Please email me @ shravan.suri@microsoft.com and we can set up a connect.
Regards,
Shravan Suri
PM, D365 Marketing
To get started with customizing the demo event website, you need to follow these steps:
Download the source code. Make sure that the version of the source code matches the version of the event management solution installed in your instance. More information: Download sample event website
Install Node.js version 10.x or higher.
Open Command Prompt or Powershell and run the command to check whether the installation is successful or not.
node -v
Note
If you have a terminal or shell already open, restart it before typing in the command.
Run the command to install the Angular CLI (command line interface) required to build and run the Angular application. More information: Angular CLI.
npm install -g @angular/cli
Navigate into the directory where you have downloaded the source code and run the command to fetch all the necessary packages required to run the website.
npm install
Note
You need to run the command in the same directory where the package.json
file is located.
I hope this helps!
Abigail | MS Dynamics 365 CRM user
Hi muhammad,
I know of these two documents but I am looking for a user friendly approach not the angular solution
For example
Change the black color of the header in a different color , the blue button of the event page in an other color, background color without having to custimize the css or open it in angular.
Just like the wyiswg editor for the email template the customer wants to change the event pages
Hi,
Following links might help you
docs.microsoft.com/.../set-up-event-portal
docs.microsoft.com/.../event-management-web-application
Mark answer as verified, if it is feasible for you
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156