Forum Discussion
Hi,
I'm having the same issue. I have a parent table and three child tables. On the parent table form, the three child tables are displayed and have grid editors.
On the parent table, I created a 'TEST DATE' date/time field with a form rule that sets the 'TEST DATE' to the current date/time.
I don't see any changes made to the TEST DATE field when I open or save the parent record. How does the form rule need to be formatted?
Also, if the form is configured so the 'dummy' field is updated, if the user clicks the Home icon, will that save the parent and children? I do not see this happening, but wanted to verify.
Thank you.
------------------------------
Kathy Hewett
------------------------------
re:
I don't see any changes made to the TEST DATE field when I open or save the parent record. How does the form rule need to be formatted?
Did you deselect that little hidden check box at the bottom of the form rule so that it does in fact fire all the time? The Form Ruke would say something like
when the date/time field is not equal to the current date time
Change date time to the current date / time.
That should work except if the user Edits the record twice in the same minute, which is certainly possible, then this formula is not going to fire. The other way to dirty the record would be to have a data entry numeric field on the record, and then a formula field equal to that field plus one. Then have a form rule that says if the data entry numeric field is not equal to the formula field then change the data entry field to the value in the form of the field.
Rules are evaluated three times so it will increment the data entry field by three.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- AllysonHewett_T2 years agoQrew Member
Thanks Mark for the information and quick response.
I did NOT deselect the hidden option. After deselecting, the TEST DATE field does update.
I do seem some impact. If the user makes a change in grid edit then clicks an "Add" button to create a new record, the form is saved and pending grid edit changes are saved.
If the user edits a record on grid edit then clicks the pencil icon on another record in grid edit, the saving does not occur. Instead, the Leave Site browser warning displays.Is there a way to have the save occur if the user has pending grid edit changes and navigates to an existing grid edit record?
Thank you for your insight!
------------------------------
Allyson Hewett_Test
------------------------------- KathyHewett2 years agoQrew Member
This is from support:
Upon further review, it looks like this is actually a bug when you try to redirect after making changes to an embedded grid edit report. A Bug ID, QBE012011, was created.
------------------------------
Kathy Hewett
------------------------------- MarkShnier__You2 years agoQrew Legend
Kathy,
Thx for that update.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------