• Home
  • About Us
  • Contact Us
  • Privacy Policy
  • Special Offers
Business Intelligence Info
  • Business Intelligence
    • BI News and Info
    • Big Data
    • Mobile and Cloud
    • Self-Service BI
  • CRM
    • CRM News and Info
    • InfusionSoft
    • Microsoft Dynamics CRM
    • NetSuite
    • OnContact
    • Salesforce
    • Workbooks
  • Data Mining
    • Pentaho
    • Sisense
    • Tableau
    • TIBCO Spotfire
  • Data Warehousing
    • DWH News and Info
    • IBM DB2
    • Microsoft SQL Server
    • Oracle
    • Teradata
  • Predictive Analytics
    • FICO
    • KNIME
    • Mathematica
    • Matlab
    • Minitab
    • RapidMiner
    • Revolution
    • SAP
    • SAS/SPSS
  • Humor

Tag Archives: Configuring

Configuring Dashboards for Business Process Flows

October 12, 2018   Microsoft Dynamics CRM
bpf dashboard 300x225 Configuring Dashboards for Business Process Flows

Business process flows help to guide users through a defined set of stages and related steps required to complete a business process. Utilizing process flows can result in improvements in user adoption and provide greater visibility into the sales pipeline. This topic describes how to build process-centric dashboards in Dynamics 365 using out of the box entities.

Each business process flow configured in the Dynamics 365 corresponds with a related process entity that includes information such as active stage, status and start date. As a system customizer, you can edit the sitemap to display these process entities, manage permissions for each process via security roles and build custom views including process data as well as attributes from supporting entities. The custom views can also be used to create visualizations such as charts, sub grids and list views of records.

In this example, the organization is utilizing two types of sales processes that are relevant to opportunity entity. Each of these process entities have been added to the sitemap under the Business Processes section to support a process-centric view for a sales user.

101218 1736 Configuring1 Configuring Dashboards for Business Process Flows

The user can select a specific business process from the sitemap and double-click a process record from views to continue progressing the opportunity further.

101218 1736 Configuring2 Configuring Dashboards for Business Process Flows

We can configure a Sales Process Dashboard in CRM, leveraging system capabilities together to reduce the number of clicks and improve user experience.

Follow these steps:

1. Create a system dashboard called Sales Process Dashboard from the customizations area.

101218 1736 Configuring3 Configuring Dashboards for Business Process Flows

2. Insert a chart component into the dashboard by selecting a business process flow entity, a related view and chart visualization based on the stages of the process.

101218 1736 Configuring4 Configuring Dashboards for Business Process Flows

3. Insert a list component into the dashboard by selecting the same business process flow entity and a related custom view that combines information from the process and its supporting entity.

101218 1736 Configuring5 Configuring Dashboards for Business Process Flows

4. Save and publish the Sales Process dashboard.

Here is a sample Sales Process Dashboard configured to display information for two sales processes for an organization. As a result, sales users can view process-driven information in a user-friendly manner and identify opportunities that require attention.

101218 1736 Configuring6 Configuring Dashboards for Business Process Flows

If you’re looking for more Dynamics 365 tips and tricks – subscribe to our blog!

Happy Dynamics 365’ing!

Let’s block ads! (Why?)

PowerObjects- Bringing Focus to Dynamics CRM

Read More

CRM App for Outlook – Enabling and Configuring

June 3, 2017   Microsoft Dynamics CRM
0 hyperlink 300x225 CRM App for Outlook – Enabling and Configuring

Sometimes it is easier to find blog entries on functionality tips and tricks than the basics of setup. Today’s blog will get you to the starting line with enabling and configuring the CRM App for Outlook, which was introduced in the Fall of 2016. The good news is that there is nothing to download and install. It is an option a user can enable from within CRM itself.

The First Step is to navigate to settings for the CRM App for Outlook. There are two ways to do this:

Respond to the prompt if available; or

060217 1841 CRMAppforOu1 CRM App for Outlook – Enabling and Configuring

Navigate to Options and Apps for Dynamics 365

060217 1841 CRMAppforOu2 CRM App for Outlook – Enabling and Configuring

The Second Step is to enable the CRM App for Outlook. Ensure that you enable the “Microsoft Dynamics 365 App for Outlook” (not the second option “Microsoft Dynamics 365 for Outlook”).

060217 1841 CRMAppforOu3 CRM App for Outlook – Enabling and Configuring

The Third Step is to open Outlook with the same credentials used for CRM. If this is a different email address then your regular one, you will want to either added the new email account to Outlook or create a new profile to use within Outlook.

Within Outlook, you will see a “Dynamics 365” button 060217 1841 CRMAppforOu4 CRM App for Outlook – Enabling and Configuring that provides the app functionality.

060217 1841 CRMAppforOu5 CRM App for Outlook – Enabling and Configuring

The vast majority of users can get up and running by executing the 3 steps above. There are more sophisticated methods to Programmatically Enable the Dynamics 365 App for Outlook. Additionally there is a plethora of resources to leverage the power of the app, including 5 Things We Love About Dynamics 365 App for Outlook.

Happy CRM’ing!

Let’s block ads! (Why?)

PowerObjects- Bringing Focus to Dynamics CRM

Read More

Need Help Configuring AlwaysOn Availability Groups for Dynamics CRM 2016?

October 27, 2016   Microsoft Dynamics CRM

Configuring Dynamics CRM 2016/2015 with SQL Server 2014 AlwaysOn Availability

3b4b544 300x300 Need Help Configuring AlwaysOn Availability Groups for Dynamics CRM 2016?

Shashank Chandra, Sr. Dynamics CRM Consultant

Microsoft SQL Server Availability Groups provide a comprehensive high availability and disaster recovery solution. In this blog post we will see how to configure Dynamics CRM 2016/2015 with SQL Server 2014 AlwaysOn Availability Groups.

The diagram below illustrates the environment setup:

3652.SQLAlwaysOnCRMnoFCI thumb Need Help Configuring AlwaysOn Availability Groups for Dynamics CRM 2016?

(Source: https://blogs.msdn.microsoft.com/crminthefield/2013/11/27/configuring-sql-server-2012-alwayson-availability-groups-with-dynamics-crm/)

1. Create SQL Server Availability Group

The first step is to create the SQL Server availability group. This link talks about how you can set it up – https://technet.microsoft.com/en-us/library/jj822357.aspx

2. Create SQL Logins for Microsoft Dynamics CRM 

The next step is to Create the SQL logins for the Microsoft Dynamics CRM security groups on all secondary replicas. To do this:

a. Start SQL Server Management Studio and connect to the secondary SQL Server replica. Expand the Security node, right-click Logins and then click New Login.

Screen Shot 2016 10 21 at 5.59.38 am 300x293 Need Help Configuring AlwaysOn Availability Groups for Dynamics CRM 2016?

b. In the Login name box, click Search, make sure that Groups is included in the Select this object type (if not click Object Types and add it). TypeDomainName\PrivReportingGroup, click Check Names, and when the name resolves correctly, click OK. Repeat step for the following security groups – ReportingGroup and -SQLAccessGroup

Screen Shot 2016 10 25 at 9 12 20 am Need Help Configuring AlwaysOn Availability Groups for Dynamics CRM 2016?

3. Create the MSCRMSqlClrLogin SQL Login

a. Create the asymmetric key for the MSCRMSqlClrLogin SQL Login

On all secondary replicas, execute the following SQL statement against the master database to create the asymmetric key, where <path> is the path to the Microsoft.Crm.SqlClr.Helper.dll file that is located on the server where the Deployment Tools server role is installed. For example, specify a UNC path on a share similar to \crmdeploymenttools\CRMshare\Tools\. By default, Microsoft.Crm.SqlClr.Helper.dll is located on the Deployment Tools server in the C:\Program Files\Microsoft Dynamics CRM\Tools\ folder.

IF NOT EXISTS (SELECT * FROM sys.asymmetric_keys WHERE name = ‘MSCRMSqlClrKey’) BEGIN CREATE ASYMMETRIC KEY MSCRMSqlClrKey FROM EXECUTABLE FILE = ’<path>\Microsoft.Crm.SqlClr.Helper.dll’;

Screen Shot 2016 10 25 at 11 10 01 am Need Help Configuring AlwaysOn Availability Groups for Dynamics CRM 2016?

b. Create the MSCRMSqlClrLogin SQL login

Execute the following SQL statement against the master database to create the MSCRMSqlClrLogin SQL login.

IF NOT EXISTS (SELECT * FROM sys.syslogins WHERE name = ‘MSCRMSqlClrLogin’) BEGIN CREATE LOGIN MSCRMSqlClrLogin FROM ASYMMETRIC KEY MSCRMSqlClrKey GRANT UNSAFE ASSEMBLY TO MSCRMSqlClrLogin END

4. Update the configuration database connection strings in the Windows registry

Update the SQL Server connection string in every Windows registry on all servers that are running a Microsoft Dynamics CRM Server role, including the Microsoft Dynamics CRM Reporting Extensions server. To do this, follow these steps.

  1. On the computer that is running the Microsoft Dynamics CRM Server role, start Registry Editor and locate the following registry subkey:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM\
  2. Right-click configdb, and then click Modify.
    1. If Failover Partner=MSCRM_Mirror is present, remove this from the value.
    2. Change the Data Source from the SQL Server instance name to the availability group listener name.
  3. Click OK, and then close Registry Editor.
  4. Repeat the previous steps to add the connection string to the config subkey for each server that is running a Microsoft Dynamics CRM Server role, including the server running Microsoft Dynamics CRM Reporting Extensions.

Screen Shot 2016 10 25 at 10 44 27 am Need Help Configuring AlwaysOn Availability Groups for Dynamics CRM 2016?

5. Update the connection string in the configuration database

Update the organization table in the configuration database to specify the availability group listener name for the client connection string. To do this, run the following update statement against the configuration (MSCRM_CONFIG) database.

Update Organization set ConnectionString = ‘Provider=SQLOLEDB;Data Source=AG_Listener_Name;Initial Catalog=OrganizationName_MSCRM;Integrated Security=SSPI';MultiSubnetFailover=True’ where DatabaseName = ‘OrganizationName_MSCRM’

  • Replace AG_Listener_Name with the availability group listener name where the Microsoft Dynamics CRM organization database is located.
  • Replace OrganizationName_MSCRM with the name of the organization database.

Screen Shot 2016 10 25 at 11 05 22 am Need Help Configuring AlwaysOn Availability Groups for Dynamics CRM 2016?

6. Restart IIS and Microsoft Dynamics CRM Services

After you make these changes, reset IIS on the computer that is running the Web Application Server role.

For more information contact ACE today!

by ACE Microtechnology

Let’s block ads! (Why?)

CRM Software Blog

Read More

Configuring the Power BI Higher Education Model #2: Enrollment

October 8, 2016   Self-Service BI

Partnering with Stetson University, I am happy to share the second installment of our Power BI Higher Education Analytics solutions.  This solution shows Fall term enrollment data and trends, including enrollment by degree level, class level, residency, gender, ethnicity, college, and major.  The entire solution with documentation can be downloaded here.

Click on the report below to see Stetson University’s enrollment report in action. Flip through the pages and click a few of the slicers to see the full capabilities of the solution.
 

stetsonenrollment2 Configuring the Power BI Higher Education Model #2: Enrollment

This report was built with the Power BI Desktop and published to the web via the Power BI Service to share the data with the campus community.

Just as with the previous solution, the download zip file contains the following items to help you quickly create your own enrollment report:

  • a step by step guide to setting up the files and configuring Power BI,
  • a Data Dictionary, which contains detailed information on the views, tables, and variables used to create the extracted data file,
  • a sample Excel source data workbook, and
  • the Enrollment report template which contains the data model and reports.

The documentation included in the download assumes users understand how to extract data from their existing source systems and does not provide detailed guidance on this aspect of the process.

If you have any questions, suggestions, or concerns, please feel free to email myself at pleblanc@microsoft.com, Resche D. Hines, Ph.D. (rhines@stetson.edu) or Angela Henderson (ahender1@stetson.edu).

Stay tuned to my blog, Facebook page, and twitter (@patrickdba) for updates on forthcoming higher education reporting solutions.

Talk to you soon,

Patrick LeBlanc

Let’s block ads! (Why?)

Microsoft Power BI Blog | Microsoft Power BI

Read More

Configuring Outlook Client for Microsoft Dynamics CRM via a Second Federation

July 9, 2015   Microsoft Dynamics CRM

One of the great things about Microsoft Dynamics CRM is the ability to configure an ADFS server to be able to login via different domains. The configuration is done through a claims trust. Once the configuration is complete, users are then able to navigate to the CRM URL and simply click which federation they want to log into.

While this feature is extremely useful, the CRM Outlook client does not allow for the ability to choose domains as you would through a normal web browser. Today’s blog, however, will show you exactly how this can be achieved by making an addition to the local workstation registry.

Before you begin, you will first need to know the Home Realm URL of the ADFS server you want to configure with the Outlook client. Once you have this, simply follow the steps below on the workstation that you are configuring the Outlook client for. Let’s get started!


            1. Open the registry editor.

Warning: editing the registry should only be done by an experienced user as system errors can occur if done incorrectly. If you are not comfortable using the registry editor, it is recommended that you seek additional assistance from your IT staff.

To find the registry editor, search for ‘regedit’ on your device and then open.

070815 1253 Configuring1 Configuring Outlook Client for Microsoft Dynamics CRM via a Second Federation

2. Open the registry key following the path HKEY_LOCAL_MACHINE\Software\Policies\Microsoft.

070815 1253 Configuring2 Configuring Outlook Client for Microsoft Dynamics CRM via a Second Federation

3. Right-click on Microsoft, select New Key, and add MSCRMClient.

070815 1253 Configuring3 Configuring Outlook Client for Microsoft Dynamics CRM via a Second Federation

4. You should then see the MSCRMClient under Microsoft.

070815 1253 Configuring4 Configuring Outlook Client for Microsoft Dynamics CRM via a Second Federation

5. Right-click on MSCRMClient, select New and then String Value.

070815 1253 Configuring5 Configuring Outlook Client for Microsoft Dynamics CRM via a Second Federation

6. Type in HomeRealmURL.

070815 1253 Configuring6 Configuring Outlook Client for Microsoft Dynamics CRM via a Second Federation

7. Right-click on HomeRealmURL and select Modify.

            070815 1253 Configuring7 Configuring Outlook Client for Microsoft Dynamics CRM via a Second Federation

8. Enter in the Value data of the federated ADFS. The URL must end in /adfs/service/trust/mex.
    Then select OK.

       070815 1253 Configuring8 Configuring Outlook Client for Microsoft Dynamics CRM via a Second Federation

     9. Close the registry editor.

   10. To configure CRM for Outlook, follow the steps included in the blog Install Dynamics CRM 2015 for Outlook.

*Please note that in an enterprise environment it is suggested that the value be set through a group policy.

That’s all it takes! If you need further assistance on how to accomplish any steps or instructions in this blog or if you want to learn more, you can view the official documentation from Microsoft or seek help from our CRM support desk.

Thanks for stopping by our blog today! And as always, happy CRM’ing!

 Configuring Outlook Client for Microsoft Dynamics CRM via a Second Federation

This entry passed through the Full-Text RSS service – if this is your content and you’re reading it on someone else’s site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.

PowerObjects- Bringing Focus to Dynamics CRM

Read More
  • Recent Posts

    • Accelerate Your Data Strategies and Investments to Stay Competitive in the Banking Sector
    • SQL Server Security – Fixed server and database roles
    • Teradata Named a Leader in Cloud Data Warehouse Evaluation by Independent Research Firm
    • Derivative of a norm
    • TODAY’S OPEN THREAD
  • Categories

  • Archives

    • April 2021
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    • April 2020
    • March 2020
    • February 2020
    • January 2020
    • December 2019
    • November 2019
    • October 2019
    • September 2019
    • August 2019
    • July 2019
    • June 2019
    • May 2019
    • April 2019
    • March 2019
    • February 2019
    • January 2019
    • December 2018
    • November 2018
    • October 2018
    • September 2018
    • August 2018
    • July 2018
    • June 2018
    • May 2018
    • April 2018
    • March 2018
    • February 2018
    • January 2018
    • December 2017
    • November 2017
    • October 2017
    • September 2017
    • August 2017
    • July 2017
    • June 2017
    • May 2017
    • April 2017
    • March 2017
    • February 2017
    • January 2017
    • December 2016
    • November 2016
    • October 2016
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • May 2016
    • April 2016
    • March 2016
    • February 2016
    • January 2016
    • December 2015
    • November 2015
    • October 2015
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • April 2015
    • March 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014
© 2021 Business Intelligence Info
Power BI Training | G Com Solutions Limited