Tuesday 27 June 2017

CRM Single Calendar


Most of the time in Dynamics 365 we needs some functionality for  single calendar where we can find our all work at single glance but their is no such process.

Unfortunately Dynamics not give and built-in capability for this.
But Dynamics 365 developer can build their own customization to achieve this.

This solution provide single calendar for activities (appointment, phone call, task). You can extend the functionality by adding more activities or entity as per your requirement.
It will show all these activities in single glance. User can open activity directly from single calendar. I have add this as web resource, so you can add this in Dashboard or in site map. It have multiple view like month, week or day. User can switch to today any time. You can extend color coding.
I have added bookable resource booking also in this calendar. 
Make if you should comment or remove ' retrieveDatabyFetch(fetchXmlBRB, "1");' function in
'crmCalender.js' web resource.
Now you can also create activities from calendar page.














Download Solution
Please leave your comment.

Field Security Profile - Based on Owner

 Recently received requirement related to Field security profile. Expectation : - 1.       Set to users need access of secure attributes. 2....

Test