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

Hover Over in C4C sdk

former_member230455
Participant
0 Likes
776

Hi,

when you move your mouse to any account(e .g : Porter LLC ) , a quick view screen with some information is coming.

Any one have idea , how to achieve .

Any leads will appreciated ?

I have copied the property of above field (Portar LLC ) , but unfortunatily , i can not able to achieve.

Thanks,

-Iqbal

Accepted Solutions (0)

Answers (1)

Answers (1)

andy_blankley
Participant
0 Likes

Hello Iqbal,

If you want to create a Quick View UI Component, you can follow the below steps:

  1. Log in your tenant in the SDK.
  2. Open the Solution you wish to create the custom QV.
  3. You can Right-Click on your solution in the solution explorer => Add New Item.
  4. Select the UI Filter.
  5. Choose the Quick View. (This is the component you described!).

Similarly (Target: Custom Business objects):

  1. You can create a QV UI Component by right-clicking on your custom business object and selecting create screens.
  2. Once you have done this you will see the wizard to create screens.
  3. Check the tick box you want and provide a name.
  4. Finish the Wizard and now you have your UI Component.

Setting up the QV in the UI Designer:

If we assume you have created an entire screen scenario in Cloud for Customer, then you should have all of the UI Components in the normal chain: WC - WCV - OWL - QV / QC - TI.

After checking the configuration, usually the Alternative Key from your BO (ID field usually) will be used to navigate to each of the floorplans.

If you check the Designer in the OWL component for this ID field, you will see that this has Display Type as LINK . The Data Model properties will then be linked to the Thing Type of the Business Object.

This means that you must have the Thing Type Information set to the correct associated thingtype (TT) for the OWL.

Finally your QV component needs to have:

  1. An inport with operation QuickView,
  2. TT as the associated thingtype.
  3. PTP : /SAP_BYD_UI/SystemPortTypes.PTP.uicomponent
  4. PTR: ThingNavigation
  5. Node: Root

NOTE: There is a Key User setting in the Company settings that will DISABLE the quick view! SO check this to ensure this isn't the root cause to your issue! 🙂

If this answered your question, hit the answered button!

Kind regards,

Andy Blankley