New_Edit forms not loading after upgrade to 4.6

0
Most of our app was built in 4.3.2. We started to have some issues with forms in 4.3.2 and a beta migration to 4.6 seemed to help with most. Now that we've moved to 4.6, I have several forms that open from datagrid edit buttons that show, but do not load data. I've checked security, sync'd the data model, changed the form from 'in content' to 'pop-up', even deleted and recreated forms and buttons, but can't get the selected data to show. Any advice?
asked
4 answers
1

After a bunch of testing, it appears that for some reason, the 'edit' button is not passing the selection to the form.

answered
0

Have you cleared your browser cache? If you didn't do this, some parts of the old client may still be cached, resulting in undefined behavior.

Edit: Is there some kind of web server in front of your application that possibly cached some things as well?

answered
0

Yes...clearing history with cache didn't change anything

answered
0

Ultimately had to add a microflow button that passes the selected object to the new_edit form on three data grids to get the application back up. Would be curious to know if anyone else is experiencing the same issue.

answered