cancel
Showing results for 
Search instead for 
Did you mean: 

regarding populating values in drop down

Former Member
0 Kudos

hi all

if my drop down is getting populated by direct mapping of my drop down with the context then if i am to set its lead selection how am i to do that is by the followin code in the domodifyview

if(wdContext.nodeShip_To_Partners().size()==2)

{

wdContext.nodeShip_To_Partners().setLeadSelection(1);

}

thanks&regards

jaspreet

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I don't understand your question, but in any case, you should not write that code inside wdDoModifyView().

Armin

former_member751941
Active Contributor
0 Kudos

Hi Jaspreet,

Check this thread.

Regards,

Mithu