cancel
Showing results for 
Search instead for 
Did you mean: 

Auto clearing the values in the fields based on f4 drop down list value.

0 Kudos
332

When the user select a value from f4 drop down list the dependent fields should get cleared, can anyone please tell me how to achieve this?

Example if the user select the value from the country field it dependent fields like state,region,district,city should get cleared.

Thanks & Regards,

Rajkumar

View Entire Topic
former_member190077
Participant
0 Kudos

Hi Deshetti,

The way I see more feasible to achieve this is "programming" in the main field GET_V method, and erase data from the company manually,

For example GET_V_Country should thence interact with the BOL entity where the data you want to change and delete them when the value is changed so that when you select a new value the page will reload and delete data dependent fields in the view are,

You must do debbug for operation ...

Follow link for example: