It takes 20 years to build a reputation and 5 minutes to ruin it.
CRM is a way to prevent those 5 minutes from occurring. It is a system that boost sales and customer activities as it is designed to interpret and organize customer data in an effective manner. Through effective arrangement of customer and business processes, CRM allows organisations to grow and reach their full potential.
This blog post is a quick walkthrough on how to import solutions to Dynamics 365.
Step 1: Navigate to Advance Settings | Settings | Solutions.
Step 2: Select the necessary solutions and export the ones you wish to import to another instance. (Make sure they’re unmanaged)
Step 3: Navigate to the instance you wish to upload your exported solutions.
Step 4: Repeat Step 1.
Step 5: We can now select the import button where you will be prompted to upload your zip file downloaded from Step 2.
Step 6: Because we are importing unmanaged solutions we will be given an extra prompt. This prompt is only to warn you that an unmanaged solution, the customizations are written to the system like you have done them manually. This means after uninstalling an unmanaged solution, nothing happens. All customizations are still in the system. This is helpful to transfer your customizations but may offer problems if you would like to roll back to the state before you installed the solution.
This post will show you how to create a simple workflow using Dynamics 365.
In this example I will be creating a workflow where I will check to see if a person is over the age of 18, if this is true the person will be assigned to contact Tugrul (which is me).
Step 1: First we need to navigate to our Dashboard and go to the advanced settings which are located on the top right-hand side of the window.
Step 2: From the advanced settings window we can navigate to the Processes page from the drop-down menu.
Step 3: From the Processes window we can see all of the previous process created by default alongside any custom ones we may have created ourselves. We can now click on +New on the top left to create our own process. A prompt will appear on the screen which will ask us to fill in the necessary details. From the image below you can see the details, I have filled in to create our workflow.
Step 4: The first thing to do once we have created our process is to check the ‘Records field change’ under ‘Start when’. You can then click on the ‘View’ and select the relevant record we will like to set a listener on which in my case is birthday.
Step 5: Once we have selected the relevant fields it is now time to ‘Add Step’ and select the ‘Check Condition’ step so we can set our if statement to check if a person is under the age of 18.
Step 6: We can now add our if statement which will select the entity Person, select Birthday field, add Greater Than clause and finally select current date to see if Person is <18.
Step 7: Once we have specified our conditions we can now save and Activate our process.
Step 8: Finally we can check if our process is working by creating a new contact with a relevant date of birth or change a person date of birth who already exists in our database. We can check this by going to our processes and on the left-hand side selecting Process Sessions.
If everything goes well you should be able to see the status as succeeded and it will show whether the user was assigned correctly or not.
The objective of this post is to demonstrate the steps needed in order to create new entities in Dynamics 365.
Step 1: Navigate to Settings | Customizations
Step 2: Click on the Solutions tab. Select TopOneEntities solution to create an entity.
Step 3: Click on Entities, then on the command bar, click New as shown below or you can select a pre-existing one
Step 4: Enter the Display Name and Plural Name that will be used for this entity throughout Microsoft Dynamics 365.
Also, select the area that displays this entity, this will be dependent on which services you need this entity to show up on. Finally, once all changes are made be sure to Publish any changes made otherwise the changes will not take effect.
Step 5: In the Ownership list, select one of the following:
User or Team. Records for this entity can be owned by individual users or by teams. Security can be defined according to the business unit with which the current owner is associated. For example, contact records are set to User or Team.
Organization. Records for this entity are used for reference by all Microsoft Dynamics 365 users. Individual users or teams can’t own these records. For example, product records are set to Organization.
Finally click on Save button and the publish button so all changes take effect.
This quick guide is to show users how to create their custom dashboards on Dynamics 365 and how to switch quickly between different dashboards. The image below displays a custom dashboard created by us. It demonstrates the different type of data that can be displayed on a dashboard.
How to view different dashboards:
On the top left of the dashboard there is a dropdown menu which displays all of the pre configured dashboards created by default. When users create their own dashboards they’re also stored here.
Creating new dashboard:
On the header of the dashboard page we can see a bar which looks like the image above. On that bar click on new and select “Dynamics 365 Dashboard”.
You’ll be prompted to pick your desired layout, there are a few pre-sets but these can be configured after being created. Once selected users will see a new pop-up on their screen with a template of the layout chosen.
From this layout editor users are free to add and remove elements from their dashboards. The example above shows the 3-column regular dashboard. Users can insert charts, lists, assistants, Iframe and web resources into any of these blocks. The layout editor also allows to remove blocks, change positions and even increase/decrease the height and width of the blocks (some blocks need to removed for this). Once users are happy with their layout they can save the changes and close the window. Now everything has been set we can go to the drop down menu on the top left and select our dashboard which will have the name the user has set on the layout editor.
Metadata Document Generator(Part of XRMToolbox) saved a lot of my time. I have exported in 30s all atributes (10k+) for selected entities like Account, Contact, Issue (Case), Lead, Opportunity from Dynamics 365 (Online). I believe it is the best possible way to extract metadata, document even complex CRM data model.
Unfortunately out of the box methods for that are not working properly, particularly when it comes to export bulk attributes!