cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP C4C - is there an option to create Custom Tiles in an EC and link to the a TI?

Former Member
0 Likes
4,296

Hi Community,

We have a requirement to create tiles for products and display in a custom products tab in the customer TI.

Is there an option to create custom tiles via SDK/KUT and link in a custom tab and get data displayed on it?

Please let me know if you require more information to answer this.

Thanks.

Paresh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hello Paresh,

If I understood correctly, your requirement is to show a custom tab inside Customer TI and show a table in the tab which holds product data. As you mentioned, you can use an EC for the same. Following are the steps.

1) Create a custom BO to store the product details. The custom BO should also have a field to hold customer ID

2) Add an advanced List Pane to the EC from the toolbox in UI Designer

3) Bind the advanced list pane columns to the custom BO fields.

4) Create buttons with actions according to your need

5) Create an inport in EC with a datafield as a parameter to get the Customer ID from Customer TI screen

6) Add a query in EC for the custom BO which should be bound to the datalist and add filter to pass Customer ID from the datafield of inport. The Advanced List Pane should have this wuery assigned to it. It can be done from property explorer

7) Open Customer TI in UI Designer

😎 Add the EC thorugh Extensibility explorer

9) while adding EC there will be an option to bind the ouport paramtere from Customer TI to inport of EC. Select a public outport which provides you with CUstomer ID and bind the parameter with inport parameter from EC

Hope it helps.

Thanks & Regards,

Meghna

Answers (0)