cancel
Showing results for 
Search instead for 
Did you mean: 

REMOVE_ELEMENT in a Table with ( tree by key Column )

Former Member
0 Kudos

Hi all,

Designed a table with Tree by key column ( a Normal table with tree )

In one of the row there is a Drop down field provided for selection.

We have delete button provided to the customer.

In this delete button handeled removing the Lead selected row using the method REMOVE_ELEMENT of COntext_node.

so in the context node if we are having 15 elements. The particluar hierarchy selected can have minimun 4 elements

In the UI display the total node( total hierarchy node) is getting deleted but in the debugging mode the node is having 14 elements.

Kindly suggest how to handle it so that in the node also i have the total hierarchy deleted.

Thank you,

Usha

Accepted Solutions (0)

Answers (1)

Answers (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Usha,

For this you need write the logic. If you are deleting a context element of ID say 'ROW1', then you need to take care of deleting all the context element which has parent key as 'ROW1'.

BR, Saravanan