Apex Tabular Form - different LOVs depend on another SelectList values
Hi,
Im newbie to Apex. using version Apex 5.1.4
In my tabular form I have following columns
1) activity - static List (values 1,2,3)
2) code - popup lov (lov 1, lov 2 , lov 3) (every lov created by using different tables)
3) description - text field
4) amount - text field
according to the activity selection i have to popup the appropriate lov (if activity value is 1 then poup lov 1 likewise).
according to the code selection i have to set value for description and amount.
I created dynamic action using javascript and tried to create ajax callback process on activity column. But I couldn't create ajax callback process.
And Im facing the issue to make the code column as a popup lov. If i change it how can i set the lov in the page designer.
Please can anyone help me to solve this issue.
Thanks in Advance.
SanChe.