Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all 13977 articles
Browse latest View live

How to Set Up Global Search in Microsoft Dynamics 365

$
0
0

Global Search is a feature of Microsoft Dynamics 365 that should not be overlooked. It allows you to query multiple entities simultaneously with the magnifying glass icon in the upper right corner of the screen.

While out-of-the-box, Global Search is set up with default settings, customizing the entities and fields it searches to meet your business needs is simple. Let’s detail both parts: selecting entities and selecting fields.

Selecting the Entities for Global Search

Within Dynamics 365, click the down arrow to the right of the current app name, choose the Settings tile, then click Administration within the System column.

On the Administration page, click System Settings. In the window that appears, within the General tab, scroll down to the Set up Search section. Click Select to select the entities for categorized search.

The Selected Entities column shows the entities that Global Search currently pulls results from. As you can see, currently it’s only querying 8 different entities. This is how it will be set up out-of-the-box, but you can actually include up to 10 entities. Be careful, as you can select more than 10 entities in this window, but when you save, you’ll receive an error if there are more than 10 selected. You can do a couple different things in this window.

Here’s a quick rundown:

  • Select an entity by clicking it in the Available Entities section, then clicking Add.
  • Remove a selected entity by clicking it in the Selected Entities section, then clicking Remove.
  • Change the order results are displayed in by clicking a selected entity, then clicking Move Up or Move Down.

Click OK when all desired entities are selected.

Click OK again to close the System Settings window.

Selecting the Fields for Global Search

 

After setting up the entities to search, you need to update the Quick Find view for the entities you included in Global Search so that the desired fields are being searched within each of the entities.

Click the down arrow to the right of the current app name again, choose the Settings tile, then click Customizations within the Customization column.

Click Customize the System. In the window that appears, click to expand the Entities section, then click the name of one of the entities you selected for Global Search to expand. Within the desired entity, click Views. In the list that appears, find the Quick Find view, click the check mark to the left of the view name, then choose Edit from the More Actions dropdown menu.

In the window that appears, you’ll see a table that shows the columns of information that will display in the Quick Find view for that entity. To the right of the table, you’ll see Add View Columns and Add Find Columns.

Click Add Find columns and check the boxes to select the fields to search on for Global Search. For example, if I add Address 1: City, and Address 1: State, then I can type a city or state into Global Search and return a list of the accounts located there. Click OK when finished.

You’ll notice that the columns shown in the table will not change. This is you’re simply adding fields to search on, not fields to show in the view. If you want to change the Quick Find view, use Add View Columns, then use the arrows to rearrange them.

When you’re finished, click Save & Close.

globalsearch8

Now, in order to activate these changes, you must click Publish All Customizations.

That’s it! You’ve selected custom entities and fields to use for Global Search.

For more videos, blog posts, and information on Microsoft Dynamics 365, visit xrm.com!

The post How to Set Up Global Search in Microsoft Dynamics 365 appeared first on Blog xRM.


How to Customize the Theme in Microsoft Dynamics 365

$
0
0

In Dynamics 365, the theme determines the colors within the platform, the icon in the upper left corner of the screen, and the tooltip that appears when you hover over this icon. In addition, the theme is easy to customize.

Click the down arrow to the right of the current app name along the top of the screen, then click the Settings tile. You may have to use the arrows to scroll over, depending on the number of apps you have.

Click Customizations within the Customization column.

On the page that appears, click Themes.

You’ll see CRM Default Theme in the All Themes view. The easiest way to create a custom theme is to click the check mark to the left of this theme name to select, then click Clone.

Copy of CRM Default Theme will be the name of the cloned theme; click the check mark to the left of this theme name to select, then click Edit.

When the theme opens up, enter desired text to name the new theme, and desired text for the logo tooltip; remember that the tooltip text is what appears when you hover over the logo in the upper left corner of Dynamics 365.

Next, enter the desired hex (HTML) value in the Navigation Bar Color field. This will change the color of the bar along the top of the screen. You can change any or all of the other colors shown on this page as well, in the same way.

Next, you can add a custom logo by clicking the magnifying glass for the Logo field, then selecting a logo from the dropdown list, clicking Look Up More Records, or clicking New.

If you click New, next you’ll need to enter text in the Name field; note that spaces are not recognized since you’re adding a web resource, so use underscores in place of spaces in the name.

Enter text in the Display Name field (spaces are permitted here), and the Description field, if desired.

Click within the Type field, and choose the appropriate file type from the dropdown list. Make sure that your logo file is one of the listed types.

Next, click Browse, and select the logo file from its location on your computer. Click Open.

Click Save, then click Publish All Customizations.

Close the popup window.

Now, after you add a new web resource, you’ll need to click the magnifying glass for the Logo field again, then click Look Up More Records.

In the window that appears, scroll or search to find the resource, then click the check mark to the left of the resource name to select it. The word “new” is added at the beginning of your web resource name, so keep that in mind when searching. Select the resource you just created, then click Add.

When you’re finished customizing, simply click Publish Theme. This will apply the theme to your instance of Dynamics 365 immediately.

At any time, I can change the theme back to the default theme, simply by returning to the Themes, page, clicking the check mark to select it, and clicking Publish Theme.

That’s it! You’ve customized your theme in Microsoft Dynamics 365!

 

For more videos, blog posts, and information on Microsoft Dynamics 365, visit xrm.com!

The post How to Customize the Theme in Microsoft Dynamics 365 appeared first on Blog xRM.

Have you used Dynamics "CRM" for a while?

$
0
0

If you have extensions that you have upgraded or that your partner has upgraded on your behalf, you will want to schedule a review for the following reason:

"Beginning with the Dynamics 365 (8.0) release, a new OData 4 endpoint was added to the Dynamics 365 application stack. This endpoint is known as the Web API. The Web API provides a development experience that can be used across a wide variety of programming languages, platforms, and devices. The Web API is intended to replace the CRM 2011 endpoint, also known as the SOAP endpoint, for accessing the Dynamics 365 organization web service and other provided web services."

"As of the release of Microsoft Dynamics CRM Online 2016 Update 1 and Microsoft Dynamics CRM 2016 Service Pack 1 (8.1.0), the CRM 2011 endpoint has been deprecated. The 2011 endpoint will be removed some time after the release of Dynamics 365 version 9. We plan to provide updates to the Dynamics 365 SDK assemblies and tools over the next several minor releases, retargeting them to use the Web API instead of the 2011 endpoint."

"We strongly encourage developers to use the Web API for accessing Dynamics 365 web services when writing new application code. You must update existing applications to use the Dynamics 365 Web API for accessing Dynamics 365 web services between now and the removal of the 2011 endpoint. When you develop plug-ins and custom workflow activities, continue to link those projects to the Dynamics 365 SDK assemblies. The Dynamics 365 SDK assemblies will be updated to use the Web API. This update will be fully transparent to you and any code written using the SDK itself will be supported."

 

"Additional details will be published in future SDK releases. For more information about the Web API, see Use the Microsoft Dynamics 365 Web API"

MB2-715 Certification: (Microsoft Dynamics 365 Customer Engagement Online Deployment) – Accessing Dynamics 365

$
0
0
As I revised for the MB2-715 exam (Microsoft Dynamics 365 Customer Engagement Online Deployment) I am creating blog posts detailing all aspects of my revision. I hope these posts will aid anyone who is...(read more)

Error deleting a custom entity – Generic SQL error

$
0
0
Problem: Last week I a had to clean up a crm-system. So I had to delete a lot of fields and also entities. Deleting a custom entity caused the famous error “ Generic SQL error .” After enablig the trace...(read more)

Settings submenu not showing

$
0
0
There seems to be some issues when the instance of Dynamics CRM is update to the Dynamics 365 and the Settings group doesn’t show all the options available, at least I’ve seen when was an update...(read more)

Getting your Dynamics CRM/Dynamics 365 for Enterprise System GDPR Ready – Part 5: Managing Subject Access Requests with Word Templates

$
0
0
This is the final post in my 5 part series focusing on the practical implications surrounding the General Data Protection Regulation (GDPR) and how some of the features within Dynamics CRM/Dynamics 365...(read more)

Hosk’s Top Dynamics 365 Articles of the week – 14th – August

$
0
0

Quotes

But man is not made for defeat. A man can be destroyed but not defeated. Ernest Hemingway

Articles of the week

awesome-1

Best of the rest

Programming/Scrum

Other

The Hosk – currently reading

Hosk’s CRM Developer Articles

A collection of my favorite CRM Developer articles I have written

CRM 2016 – Tips on passing the MB2-712 customization and config exam

All the CRM 2016 content to help you pass the exam

picture from here


Filed under: Dynamics 365, Hosk Stuff, Hosk’s Microsoft Dynamic CRM Development, Hosk’s Top CRM articles of the week

Want to improve CRM integration with SharePoint?

$
0
0

SharePoint and Dynamics CRM are excellent products from Microsoft.

Is your organization utilizing the CRM and SharePoint integration at satisfying level of efficiency and productivity?

As the developers of Dynamics SPO and Dynamics PDF-Docs, for limited period of time only, we are offering free online meeting to discuss with you, on how to improve CRM and SharePoint integration using metadata from CRM records. And how to easily upload documents to SharePoint either from the record interface or using CRM Workflows

If you want to improve CRM integration with SharePoint, please submit your details using the form on the top right side of this URL:

http://dynamicsobjects.com/Products/Dynamics-SharePoint-Organizer

Or click on this image:

 

The post Want to improve CRM integration with SharePoint? appeared first on CRM Software Blog | Dynamics 365.

Microsoft Dynamics Webcasts This Week: GP Employee performance; AP Automation; Virtual Entities for D365/CRM

$
0
0

Here's what's happening on this week's live webcast schedule. Register to attend live or get access to the recorded event.

Tuesday, August 15, 2017

How to Ditch the Paper & Spreadsheets - Cloud-Based Employee Performance Management for Dynamics GP 1:00 PM EDT Register

John Smith

Is your organization struggling to manage employee performance and development using paper and spreadsheets?

Join

read more

MB2-715 Certification: (Microsoft Dynamics 365 Customer Engagement Online Deployment) – Licensing Options

$
0
0
As I revised for the MB2-715 exam (Microsoft Dynamics 365 Customer Engagement Online Deployment) I am creating blog posts detailing all aspects of my revision. I hope these posts will aid anyone who is...(read more)

Microsoft Social Engagement 2017 Update 1.7: YouTube listening, engagement

$
0
0

Microsoft has announced that Microsoft Social Engagement 2017 Update 1.7 is ready and will be released in August 2017.

Front and center is listening and engagement on YouTube.

There is, of course, a ton of triviality on YouTube. Also, a lot of real business utility, like product demos and roadmaps. There are also 615 videos on the official Microsoft YouTube channel with nearly a half-million subscribers. MSDW'...

read more

Dynamics 365 July 2017 Update: Activity Logging and Session Management for Security and Compliance

$
0
0

For new and current implementations of Dynamics 365 that require adherence to strict regulations such as FedRAMP and HIPAA, there are now powerful options available in the July 2017 update for Dynamics 365. These new features specifically address User Session Management, and Activity Log Management. To clarify for those slightly confused by the nomenclature of the latter, it does not specifically have to do with CRM Activity records, but is rather better described as functionality to replace the Audit Log.

User Session Management Settings in Dynamics 365

Some government regulations and company policies require strict management of session timeouts in software for security purposes. In previous versions of Dynamics CRM, the session timeout for a user was generally configured to 24 hours, which does not meet these guidelines.

Nevertheless, with the new User Session Management features in Dynamics 365 we can now easily configure within System Settings to change the timeout to what works best for your organization. This includes a setting for overall session timeout, as well as for inactivity timeout. Users can now receive a gentle warning when their session is about to expire, giving them the ability to save their work before it happens, or re-authenticate as needed. These new settings will reassure Compliance Officers that the system fully conforms with their security requirements going forward.

activity logging

Activity Log Management in Dynamics 365

Perhaps one of the more interesting enhancements in the July 2017 release is a completely new framework for Activity Logging, which would replace what was previously known as the Audit Log.

The new Activity Logging functionality in CRM essentially provides the following benefits over the previous functionality:

  • Management in a central location on the Office 365 portal: Office 365 Administrators can now manage settings and activity reporting for all environments within the “Security & Compliance Center” by simply browsing to https://protection.office.com. Previously, Audit Logging was set up separately within each instance of a Dynamics CRM environment.
  • All data in the system is now logged: All data transactions including plugin operations, entity operations, bulk operations, user login/out sessions, and even Microsoft Support Personnel operations are logged by this new functionality. The previous Audit Log functionality was set up on an entity-by-entity basis.
  • Configurable Alert Policies: The system can now be set up to notify administrators or Compliance Officers of certain events, according to configurable settings.
  • Audit Log Search capability: Administrators can now easily query audit logs via predefined or custom filters.
  • Analyze suspicious behavior with Security Information and Event Management (SIEM): Functioning in near real-time, the SIEM will work to analyze and alert administrators of possible suspicious behavior within the system, and provide actions to address these events. Needless to say, this new feature will be a powerful tool for Compliance Officers tasked with managing data integrity.
  • SIEM Vendor Integration: Dynamics 365 now provides out-of-box integration with multiple SIEM vendors such as ArcLight, Microsoft OMS, Okta, SumoLogic, BetterCloud, and many others.
  • Minimized impact to system performance: This new Activity Logging Management functionality has a smaller footprint on system resources compared to the previous Audit Log functionality.

activity logging

With these new security tools available to organizations for configuring user sessions and audit logging, Dynamics 365 has demonstrated its long-term commitment to addressing the security and regulatory needs of all its customers.

To learn more about Dynamics 365 July Updates, sign up for our Update Webinar Series – running now through August 22.

Happy Dynamics 365’ing!

Please note: All content and information is presented on preview versions and not the launched product. Product is subject to changes per Microsoft’s discretion.

Dynamics and WordPress, the follow up

$
0
0
Not sure if you’ve seen my previous post on using WordPress with Dynamics – that was merely a beginner’s attempt to connect WordPress to Dynamics.. however, folks at AlexaCrm (those guys who developed...(read more)

Financial Management with Dynamics 365 for Finance and Operations : Enterprise Edition

$
0
0
Accounts Payable You can enter vendor invoices manually or receive them electronically through a data entity. After the invoices are entered or received, you can review and approve the invoices...(read more)

MB2-715 Certification: (Microsoft Dynamics 365 Customer Engagement Online Deployment) – Deployment Planning

$
0
0
As I revised for the MB2-715 exam (Microsoft Dynamics 365 Customer Engagement Online Deployment) I am creating blog posts detailing all aspects of my revision. I hope these posts will aid anyone who is...(read more)

Microsoft vs. Salesforce – There is a new leader

$
0
0

A new leader has emerged for 2017

In the Microsoft vs Salesforce war, there is a new leader. I have been in the Microsoft Dynamics CRM/365 space for over 14 years. Ever since I can remember Salesforce led most analysts’ reports on CRM/Sales Force Automation. There are a few key reasons why:

  1. Salesforce.com was launched in 1999, Microsoft released Dynamics CRM in 2003. This allowed them to build market share and product maturity which Microsoft has struggled with ever since.
  2. Early versions of Microsoft CRM were clunky, difficult to use and lacked key functionality. The user interface was challenging in versions 1.2, 3, 4 and 2011, it was finally overhauled in version 2013.
  3. Salesforce built Force.com, a platform as a service that allows developers to develop add-on applications that integrate with Salesforce.com. In 2013 Force.com had 1.4 million registered developers and a full library of add-on solutions. Microsoft has struggled to compete with Force.com.
  4. Salesforce launched AppExchange in 2005 which is an application marketplace for 3rd-party applications that run on the Force.com platform. AppExchange has over 3000 applications and has had over 2.8 million installations of apps.
  5. Market Share – Salesforce.com has been the clear leader in market share (somewhere around 45% vs Microsoft’s 10% (Source: 2016 CRM Market Share report by CRMsearch).

Free Demonstration of Dynamics 365 - See why Microsoft is leading the market

About a year ago I mistakenly ended up sitting in the private analyst seating area at a very large Microsoft conference. I heard some talk about “leap frogging” and had a conversation with two industry analysts. They predicted that Microsoft would leapfrog Salesforce.com within a year. They felt that the pace of innovation on the Dynamics 365 platform and Microsoft’s faster machine learning and artificial intelligence go-to-market would propel them to the lead spot. They were spot on as Forrester names Microsoft the leader in Sales Force Automation (July 2017).

Visit our blog for the full article and the reasons Microsoft is propelling in the market.

The post Microsoft vs. Salesforce – There is a new leader appeared first on CRM Software Blog | Dynamics 365.

FREE Webinar – Microsoft Dynamics 365 July 2017 Update – What’s New

$
0
0

There is exciting new functionality ready to be rolled out to Dynamics 365 customers. Join us on Tuesday September 5th at 1pm EST for a free webinar where we will demonstrate the new features being rolled out.

Top new features include:

  • Unified User Interface
  • Virtual Entities
  • Customer Insights experience
  • Mobile Improvements
  • Business Edition
  • LinkedIn Integration - Relationship Sales

See our blogon the July Update for more information

Join us on Tuesday September 5th at 1pm for a firsthand look at the new features and functionality being released in the July update. Hope you can join us! CLICK HERE to reserve your seat (space is limited and advanced registration required).

The post FREE Webinar – Microsoft Dynamics 365 July 2017 Update – What’s New appeared first on CRM Software Blog | Dynamics 365.

Using Dynamics365 Customer Engagement admin API with PowerShell, part1

$
0
0
Last week Microsoft released a new API for administering MSDYN365 Customer Engagement instances. The API is REST based and easy to use, but as it is completely new it only supports OAuth authentication...(read more)

Dynamics 365 User Interface Refresh

$
0
0

In this article, we are going to take a glance at the user experience refresh coming in the July 2017 release of Dynamics 365.

 

Dynamics CRM 2013 introduced a redesigned User Experience including simplified navigation, flat user interface and a new form model with an optimized layout. While the updated User Experience provided an efficient single window interface that was much more intuitive than the CRM 2011 interface, there is always room for improvement.

 

Below is a summary of the top user requests that are being addressed in this release of Dynamics 365:

 

Too much white space - While some white space is good and in some cases, it helps give emphasis to a content area, we’ve found that in the case of forms and dashboards it negatively impacts the user experience.

 

  • No text wrapping on fields labels - If the content of a field label is too long, the text becomes cut-off. This forces designers to limit the characters used in labels which can be problematic when trying to convey information to the user
  • Header text formatting - Text in the Header of a form can be cut off vertically and horizontally if the field labels or values do not fit within the header space.
  • Input Fields on Forms are not intuitive - Input fields are often difficult for user to identify due to lack of visual cues
  • Header and text area separation - There is not a clear separation between the header and content area
  • Tabs and other controls are not intuitive - Some controls on the forms are not easy to identify. For example, the activity feed tabs appear as text on the form. It is difficult to know that these are content tabs.
  • Column Spacing - There are inconsistencies between column spacing on forms
  • Fonts - There are multiple fonts used giving the form an inconsistent look and feel.

 

Now let’s take a look at the refreshed User Interface that the Dynamics 365 came up with in response to the feedback received.

 

 

  • Borders around the content areas have been added to reduce the white space. The spacing between the columns have also been made uniform.
  • A “clip board” structure has been added to separate the header from the main content area.
  • Word Wrapping capabilities have been added to the form fields and headers. Word Wrap can be control by the System Administrator by turning this feature on or off in the System Setting.
  • The concept of “Empty States” has been added for content areas. This will help users identify content areas that do not yet contain content. If a content area is empty, an icon and helpful message will appear. The helpful message will direct the user as to what next steps to take to add content to the content area.
  • A visual cue has been added to input fields in the form of a dashed line. The line will display if there is no value in the field, which will help users identify which fields are editable.
  • Added intuitive styling to help users identify controls that were previously not obvious, such as the activity feed tabs
  • The fonts have been standardized across the application for a better look and feel

 

These new components not only apply to forms, but across the entire application…

 

Dashboards

  • The “clip board” structure has been applied to Dashboards, giving the interface a more professional look and feel.
  • Font have been made consistent across all elements
  • Spacing has been standardized

 

Grids

  • Again, the “Clip Board” has been applied to give distinction between the header and the body
  • Fonts are consistent on all components
  • The header and footer of the grid have a distinct color, allowing the data in the grid to be encapsulated for a better look and feel
  • Row height has been increased per rows

 

 

Quick Create

  • Input controls have visual cues to help users identify edible fields
  • Divider lines have been added between sections
  • The buttons have been visually enhanced so that the primary button is highlighted

 

 

Theming

  • The refresh also includes theming enhancements. All the component included in the refresh are theme capable. Meaning that custom colors can be applied to match your corporate branding.
  • Page and section header colors can be customized. When the header color is selected, the system will make recommendations for component colors.
  • The ability to theme sub grids at the control level has been added. For example, if you have a Lead and Contact sub grid on an Account form, different colors can be assigned to each grid.

 

This is just one of the many exciting new features or enhancements coming to Dynamics 365 in 2017.  To quote the Beatles : It's getting better all the time

 

Beringer Technology Group, a leading Microsoft Gold Certified Partner specializing in Microsoft Dynamics 365 and CRM for Distribution. We also provide expert Managed IT ServicesBackup and Disaster RecoveryCloud Based Computing and Unified Communication Systems.

The post Dynamics 365 User Interface Refresh appeared first on CRM Software Blog | Dynamics 365.

Viewing all 13977 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>