1
Answer

how to insert record for a given scenario

umair mohsin

umair mohsin

Mar 09
243
1

I have several records from different tables in a single view these records are fetched through id of  a candidate i.e one to many concept(i cant simplify this more).

i want to insert new record in any of the table using the same view(of course insertion mode setup is there in the view) but  with using only one ajax request this effort will reduce code repetition.how to do this

Answers (1)