Recently I was asked how to implement knowledge base articles in Unified Service Desk (USD).

In this article I will discuss having options to help you search for answers to a case, this will not include Parature Knowledge base. (See the Microsoft walkthroughs for details on that.)

In the sample USD packages Microsoft provide they give an example of how you might have an agent script to aid researching a case.

You can see opposite how they have a search for a solution option in the agent script. Clicking this option triggers two tabs to open, one holds a Bing search using the title of the case and the other displays Articles.

In this post I won’t replicate Microsoft’s approach, I will show an alternative giving a set of research options in a navigation toolbar on the case tab.

I will also include a Google search!

The menu I will create is going to look like this ….

I’m going to assume you understand the basics of creating a navigation toolbar, if not please refer to one of my earlier posts on toolbars.

Step One – Create a Research Button.

Below you can see the research button I created. Things to note include;

Step Two – Add the buttons and associated actions.

You will end up with a list of toolbar buttons that look like this ….

I will now describe what each button needs to look like. They are all quite simple.

If you’ve installed the basic sample package given by Microsoft the actions and hosted controls you need for the Bing button and the articles button will already exist. I will however describe them anyway, as you might not have the sample package installed.

Search Bing Button

My Bing search button looks like this. This to note include;

My Bing hosted control looked like the one below. Things to note include;

Note: When you create the Google search the parameters will be exactly the same.

My action to initiate the Bing search looked like the one below. Things to note include;

Search Google Button

You’ll first need to create a hosted control for the Google search. Use exactly the same parameters as you used for Bing, just name it Google.

My Google search button looked like the one below. Surprise surprise, it looks very similar to my Bing button!

And finally you’ll need to the action to initiate the google search. This again is going to look very similar to the one used for Bing.

Search Articles Button

To create the article search, you will again need a hosted control, action and button. The hosted control you’ll create for articles will look like this. (Note: If you have the basic sample package installed the action and hosted control will already exist.)

This time the USD Component Type is “CRM Page” and the display group is “MainPanel”.

Next you’ll create an action call to show a list of articles, that the user can then search. Things to note include;

Finally create the toolbar button for articles, mind is shown below. Things to note include;

12 responses to “USD – Case Research Options”

  1. Fantastic Article !!!!!!!!!!!!

    Like

  2. Hi sir !!! Can you throw light like how to use “User Notes” hosted control ?

    I am trying to implement a “User Notes” hosted control but couldn’t. The steps which I have followed are as follows :

    1. I have created the User notes hosted control,

    2. Then I have added the Action call associated to this hosted control, Thereafter I have added both to the configuration,

    Confusion Area :

    1. In hosted control, I have chosen “Leftpanel1”, Is it correct or not ?

    2. In the Action call, Under Action Field I have chosen “Default”, Is it correct or not ?

    3. Are there is a need of additional steps ?

    Please Help !!!!!!!!!!!!!!!!!!!!!!!!

    Like

    1. Do you mean ….. having the ability to take notes in the left panel and then being able to update these onto a case (or other entity).

      If so, I will do a post on this topic. But probably not today! Busy this afternoon!! 🙂

      Liked by 1 person

  3. Hi sir, Firstly thanks a ton for your reply..Exactly, I want the functionality inside the USD to take the notes in the left panel. It should be look like the one appearing on the first screen-shot which you have uploaded on this page i.e. ” below “call script”.

    Like

  4. Hi sir,

    can we write replacement parameters to auto-populate the customer address in Bing Maps inside the Microsoft USD, If yes then what will be the specific code which one need to write ?

    Thanks !!!!!!!

    Like

  5. Hi Neil,
    I have requirement to show links of articles in Xerox Knowledge base(i.e. third party KB) in the agent script of USD instead of showing links of articles in CRM knowledge base.
    Please let me know how this is possible.
    Regards,
    Vivek

    Like

    1. Thanks for the message.

      This is very hard for me to answer with confidence without taking a look at the Xerox Knowledge Base.

      When we integrate the knowledge base controls into USD (or in fact use them in CRM), the articles can be linked in the case to show which articles have been used to resolve which cases. This part might be hard to replicate!

      But showing the articles, assuming they can be displayed in a browser, should be as straight forward as showing any web page within USD. The “tick” might be how to search them in context of the case. I’ve given examples of how to do a google search based on details from the case. You might find this style of approach could be used. But I am guessing as I haven’t used Xerox Knowledge base.

      I probably haven’t fully answered your question but hopefully I have given you some pointers to think about.

      Thanks

      Neil

      Like

      1. Hi Neil,
        Thanks a lot for your response.
        In the above given example, you have created a search button to display articles. When I clicked this button then it displayed all articles available in KB instead of showing me only articles related to a case.

        Regards,
        Vivek

        Like

      2. I suggest you don’t use the old style kb articles. Try the new ones, you should find a post on my blog explaining how to do this.

        The new ones can be searched and can be easily linked to cases. Using kb control hosted control type which offers greater functionality.

        Like

      3. Thanks a lot for a very prompt response.
        I have found your another article at https://neilparkhurst.com/2016/03/17/usd-knowledge-base-search/
        and will read it.
        Regards,
        Vivek

        Like

Leave a comment

Trending

Website Powered by WordPress.com.