Form Grid - Only Id is saved to table on submit

Confluence User - 29 Aug, 2018

Am using form grid to save data. But only id is save. Only after submitting parrent form only data saved.

But i need to save all data.

Please help

form;grid;save

8


30 Aug, 2018
confluenceUser
confluenceUser

Hey there,

I don't understand the question. Is it possible to take screenshots and annotate it for clarification?

Thanks.

30 Aug, 2018
confluenceUser
confluenceUser

Thanks, I have a form which holds form grid Mapped to another form(new table). When i submit the Grid Forms form, the only id is saved. Only after clicking the main forms submit button, other fields get updated.

03 Sep, 2018
confluenceUser
confluenceUser

I have a form which holds form grid Mapped to another form(new table). When i submit the Grid Forms form, the only id is saved. Only after clicking the main forms submit button, other fields get updated.

 

05 Sep, 2018
confluenceUser
confluenceUser

Hi please, any suggestion?

06 Sep, 2018
confluenceUser
1
confluenceUser

Hi Ranjith

Develop a form e.g. images_frm and its linked with db table app_fd_image_frm, now when you use Form grid on any other form(main_frm) and linked that grid with image_frm, try to consider those points

1- mention image_frm in FORM Option

2- linked your image_frm fields with COLUMN list

3- in DATA Binder select Multirow Form Binder in both LOAD & STORE options

4- in relevant options you select image_frm in FORM and assign Foreign Key in both SOTRE & LOAD

now when you select edit option of any entry in displayed Form Grid rows a popup will appear with image_frm and if you change any option in that form and Submit and then submit the you main form(main_frm) the changes you made in image_frm will be updated in relevant table(app_fd_image_frm).

Regards,

 

07 Sep, 2018
confluenceUser
confluenceUser

Thanks for the clear explanation. "Submit and then submit the you main form(main_frm) " - So only after clicking main form submit image_frm form data will be save to table right?

07 Sep, 2018
confluenceUser
confluenceUser

yes

07 Sep, 2018
confluenceUser
confluenceUser

Thanks

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print