---
parser: v2
auto_validation: true
time: 10
tags: [ tutorial>beginner, software-product>sap-build-work-zone--advanced-edition, topic>sapui5]
primary_tag: software-product>sap-build-work-zone--advanced-edition
author_name: Lindsay Bert
slug: workzone-enrich-5-integrate-card
canonical_url: https://developers.sap.com/tutorials/workzone-enrich-5-integrate-card
---

#  Integrate a UI5 Integration Card to Your SAP Build Work Zone, advanced edition
<!-- description --> Add a custom UI5 integration card to your workspace.

## Prerequisites
 - You have deployed a UI5 integration card

## You will learn
  -  How to make a deployed UI5 integration card available in SAP Build Work Zone, advanced edition and add it to your workpage

## Intro
You've already deployed a UI5 integration card. In this tutorial, you'll enable it to make it available in your site and later add it to your workspace.


---



### Enable your deployed UI5 integration card


1. Access the **Administration Console** from the user actions dropdown menu under your avatar.

    ![Access the admin console](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/1-access-admin-console.png)

2. Go to the **UI Integration** section, expand it, and click **Cards**.  

    ![Open Cards section](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/2-open-card-section.png)

3. Search for your card.

    ![Search for card](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/3-search-for-card.png)


    Your card will display under the **Uploaded Cards** section.

    >If you don't see your deployed card, you may need to refresh the browser.

4. Click the slider button to enable the card.

    ![Enable card](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/3-enable-card.png)

The card is now enabled and can be added to the workpage in your workspace.

>In this step, for workshops, use your unique identifier `<your unique identifier>_Products by Category`.

>You can click on **Configure** to select a different destination for this UI5 integration card. As you used the same ES5 destination in this SAP BTP subaccount and also when you developed the card, this step is not required to complete this tutorial.


### Configure the card settings


Before you add the card to your workspace, let's configure one of the settings of the card.

1. On the `Products by Category Card`, click **Configure**.

    ![Click Configure](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/3a-click-configure.png)

2. Under **General Settings**, change the **Maximum Items** to 2 and select the destination. If you're in a workshop, you can select the destination that you created:  `<your unique ID_ES5`>. Then click **Save**.

    ![Change setting](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/3b-change-setting.png)

    > On the **Configure** screen, when you click the **More settings** icon there are more settings that you can configure for the end user.
    ![More settings](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/14-more-settings.png)

In the next step you'll add the card to your workpage in your workspace.



### Add your UI5 integration card to your workpage in your workspace


1. Click the **Workspaces** menu and select `Sales Management` to navigate to your workspace.

    ![Access workspace](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/4-select-workspace.png)


2. Click the pencil icon on the right side of the screen to open the page designer.

    ![Open in edit mode](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/5-open-page-designer.png)

3. Click **Add Widget**.

    ![Add widget](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/6-add-widget.png)

4. Click **Cards**.

    ![Click cards](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/7-click-cards.png)

5. Select the `Products by Category Card` that you created. In a workshop, use your unique identifier `<your unique identifier>_Products by Category Card`.

    ![Add the card](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/8-select-card.png)

6. In the **Add Widget** screen, click **Save**.

    ![Add card](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/9-add-card.png)

The card you created is added to the workpage of your workspace.


Now let's add a title for the card.



### Finalize the design of your workspace


1. Click **Add Widget** below the card widget you just added.

    ![Add another widget](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/10-add-another-widget.png)

2. Select the **Text** widget.

3. Design the **Text** widget as follows:

    |  :------------- | :-------------
    | Text            | Type in the following: `Computer Systems - Best Sellers`.
    | Font            | Select the text and change to Arial 14pt.
    | Color           | With the text already selected, choose black from the chart.

4. Click outside of the widget section to see how your workpage looks so far.

5. Select the text widget you just added, and drag it above the card widget that you added before.

    ![Drag widget](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/11-drag-widget.png)

6. Click **Publish** to publish your workpage.

    ![Publish workspace](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/12-publish.png)

Your workspace should look like this - note that the card is only showing 2 products because you configured it that way.

![Final workspace](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-enrich-5-integrate-card/13-final-workspace.png)
