cancel
Showing results for 
Search instead for 
Did you mean: 

SVS ValueHelp triggered event

Former Member
0 Kudos

Hi all,

I have to SVS Valuehelp. The values of one of this SVS Valuehelp depends of the selected value in the other SVS Valuehelp. For this reason I need to find the event triggered when I use an SVS Valuehelp in order to populate it only with the corresponding values.

Regards,

Orlando Covault

Accepted Solutions (1)

Accepted Solutions (1)

former_member214651
Active Contributor
0 Kudos

Hi Orlando,

If u r using an SVS u must have created a Simple Enumerated Type for storing values as to display it in the Dropdown. However, when when u bind this simple type value to a dropdown UI element all the values will be populated at design time itself and as far as i know it cannot be filtered at runtime.

If u need to populate one SVS based on the selection of another SVS, then u need to write the code on the action of the parent SVS.(on select action).

upon selection of the first SVS get the key of the first SVS.

based on the key of the first SVS populate the values into the second SVS.

Hope this helps u

Regards,

Poojith M V

Answers (0)