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