I have an application that has a couple of issues,
The application has 1 regular form "Data_Form" and 6 stateless forms that report back to it ( "Alpine_Farm" "Kennet_Farm" "M_J_Farm" "Phase_1" "Phase_II" "West_Grove_Farm")
there is only one view "Compost Batch Records"
there is 6 custom action buttons in this view, 5 of which are used to edit the corresponding farm section in "Data_Form" ("Edit P2" "Edit KF" "Edit AF" "Edit MJ" "Edit WG" )
what I need to happen is:
1.when the custom action button in the view is clicked I need it to bring up the stateless form with the data from the "Data_Form" for the corresponding fields (and same record id)
2. if there is no data available I want it to show up blank but still be able to submit on that record id
3. on submission of the stateless form I want it to put the data into the "Data_Form" record that has the same record id.
(what I am trying to do basically is have multiple records in the "Compost Batch Records" and have the custom action buttons ("Edit P2" "Edit KF" "Edit AF" "Edit MJ" "Edit WG" ) able to update for the sections in "Data_Form" with the same record id)
below is the link to the application, I have made it public in hope that it will assist in a speedy response:
Regards & Thanks,
John Quest