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.

3 comments:

  1. Hi Santosh, I think this looks like a great idea, so I downloaded the solution to give it a try. I love writing blogs about cool apps/plugins that people create. Unfortunately I get the following error:

    The import of the solution AllInOneCalender failed. The following components are missing in your system and are not included in the solution. Import the managed solutions that contain these components (GoogleMap (1.0.0.0)) and then try importing this solution again.

    Why would it need that? I downloaded this: https://github.com/DynamicsNinja/CRM-Google-Maps and imported the solution but that didn't make any difference. Any ideas?

    ReplyDelete
    Replies
    1. Hi Megan,
      I will update my solution with required web resource component. Mean While you can install google map solution from https://github.com/santoshCRM/Google-Map/blob/master/GoogleMapSearch_1_0_0_0_managed.zip
      then re-import AllInOneCalender solution again. Let me know if you face any issue.

      Delete
    2. Solution is updated now. Download again and feel free to update me.

      Delete

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