Reputation: 9361
I'm currently extending a Dynamics 365 Customer Service app. We have created a new entity that has a date field. We would like to show a custom view for that entity that renders the records in a calendar based on the date field per item.
This seems like a trivial task yet I cannot find any information on how to achieve this. Does it require an iFrame with an Asp.Net custom page?
Please provide developer guidance on the correct approach to achieving this.
Upvotes: 0
Views: 916
Reputation: 530
Credit for this answer goes to Tip #1206: View any Dynamics 365 record on a calendar
Keep in mind that this solution only works if you use unified interface. If you don't, I'll show you how you can achieve it by the end of this post.
You will then need to map the calendar fields to the desired values. For example, if you want the date to be based on estimated close date, you would select estimatedclosedate for the Start date.
If your project already uses unified interface you have your solution by now. Otherwise, if you still use classic mode and want a unified interface view just for this case in particular follow these steps:
Upvotes: 1