cancel
Showing results for 
Search instead for 
Did you mean: 

Object Table Context Menu Items

Angelo_Ab
Explorer
0 Kudos
325

Hi,

i'm trying to understand how the Object Table Context Menu Items were triggered but i do not find the events to do so.

I'm exploring the MultiSelectContextMenuApp from here:

https://github.com/SAP-samples/cloud-mdk-samples/tree/main/Showcase_Apps/MultiSelectContextMenuApp/M...

This is what happens:

Animazione.gif

I press an item, on some action a message are displayed and the EntitySet SalesOrderHeaders is updated. I do not found where this happens(Rule? Action?). The messages are taken from the i18n file.

Animazione1.gif

Can you please help me to understand how it works ?

Thank you.

Accepted Solutions (0)

Answers (3)

Answers (3)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

This issue has been fixed in the editor.

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

We have identified this issue. Our dev team is looking into this. We'll provide a fix soon.

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

This looks a bug to me, i will report it internally.

You can right click on the SalesOrders_List.page > Open With > Text Editor to view the event binding for context menus.

Angelo_Ab
Explorer
0 Kudos

Hi Jitendra,

I opened the  text editor but i do not found nothing about event OnSwipe.

I trying to check the original git code here:

https://github.com/SAP-samples/cloud-mdk-samples/blob/main/Showcase_Apps/MultiSelectContextMenuApp/M...

In the original code I see the events. I have copy pasted the code in my SalesOrders_List.page.

The text editor now is ok but the layout editor do not show the events.

Thank you,

Angelo.