Hi all
Brand new to Apex really.
I want to have a searchable list/form that returns a set of data from SQL. Maybe 2-3 columns - up to 100 rows.
From that list/table ...... the user can select a subset of rows. And from that submit to do some post processing. Behind the scenes it will call a stored proc - and pass the value of the USerid (logged in via ldap which is working) and the selected rows COL1 to the stored proc. If they select 10 rows it will call the proc 10 times etc.
Any insites as to how to do this - what sort of item/region do I need (right now just have it returning raw data as an interactive list) ....... and then how to customize to allow the selection and post processing.
thanks !