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

how to load list box dynamically in SSCE

Former Member
0 Likes
367

Hello Everyone,

I am working with UI Elements in SSCE.

having one dropdown,listbox

based on the selection of dropdown ,list box should update.

configured listbox as dynamic by passing querytemplate to it.

how to pass selected value of dropdown to listbox as param.1

Tried with below code.

ListBox7_c0c1.setQueryPath ("querypath&Param.1="+input+""),

but its not working.

Also tried with setItems by passing query result.

can any one help .

Regards,

Rajee

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Rajee,

With list box ,method setQueryPath is not present if you check it using Script Assistant .

ListBox7_c0c1.setQueryPath code won't work .

Hence that method won't work and cause issue .

You can check alternative methods using Script Assistant which can help you .

Thanks,

Neha