Page 1 of 1

Some issues with Rebuid Fields Admin Area

Posted: 2019-12-20 16:11
by RonP
Hi,
I've some issues with a mismatch between database table fields and Appgini generated fields.
Within Admin Area you can check for consistencies however if I try to have it fixed no fixes where performed.
Especially with the SQL Views against the AppGini "tables"

What is the remedy to get all in sync?
(The data shows up well)
Ron

Re: Some issues with Rebuid Fields Admin Area

Posted: 2019-12-21 09:53
by pbottcher
Hi Ron,

in regards to views that you created to replace the tables created in AppGini, actually there is not need real to correct the differences for the field definitions.

But if you want to do so, you need to adjust the settings in AppGini, as the view always picks the definion of the refering table(s). So if you changed something in the original table, the view will automatically pick it up, but the table that you defined in AppGini will not know about those changes unless you change the definition in AppGini as well.

Re: Some issues with Rebuid Fields Admin Area

Posted: 2019-12-21 16:46
by RonP
Hi Paul,
Thanks for looking into my "problem"
If I regenerate the views I still get the discrepancy, I can live with that for the views.

Ron