cancel
Showing results for 
Search instead for 
Did you mean: 

Table records increasing on lead select

saraswathi_d
Participant
0 Kudos

Hi All ,

I have 3 tables. If we select first table ( using onlead select) one row. Second table will be displayed. If we select the second table third table needs to be displayed. This is my requirement.

If we select the second table , first table records are increasing . First table is in one view . Second and third tables are in another view. I embedded both the views in viewset. Please give me solution.

Regards,

Saraswathi.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Oh...It was my mistake in my previous post

It should be if( !firstTime) ...

Thanks, Anilkumar

Former Member
0 Kudos

Hi,

Use wdContext.nodeTable().invalidate() .

Regards, Anilkumar

saraswathi_d
Participant
0 Kudos

Anil,

Thank you very much. I put doModifyview code in

if( !firstTime)

{

wdContext.nodeTable().invalidate() .

}

It is working fine.

Regards,

Saraswathi

Former Member
0 Kudos

Hi Saraswathi,

Please check the code in the first view.

How are you populating the context for the table1 ? if you are coding in wdDoModifyview method then makesure to put that code in if(firstTime){}

Regards, Anilkumar

saraswathi_d
Participant
0 Kudos

Hi Anil,

I created one Tablenode and attributes (table colums) in context. And Binded with UI table. I am writing the code in domodifyview if i put the code in domodifyview if(firstTime) records are not displaying in the first table. So I removed that condition. Pls suggest me some other option.

Regards,

Saraswathi