Idea is to create a Window or Report or Info Window that can help to identify problems after applying migration scripts, initially two simple things to show here:
Verify if all records in AD_ChangeLog marked as Customization correspond with the database value
here could be possible to add a button to "re-apply" the change, but the tricky part is that some String changes need to be reapplied as concatenation and others as replacement
Verify if additional columns (or maybe simply all columns) in views and indexes exist in database
Idea is to create a Window or Report or Info Window that can help to identify problems after applying migration scripts, initially two simple things to show here:
Verify if all records in AD_ChangeLog marked as Customization correspond with the database value
here could be possible to add a button to "re-apply" the change, but the tricky part is that some String changes need to be reapplied as concatenation and others as replacement
Verify if additional columns (or maybe simply all columns) in views and indexes exist in database
here we can add a button to recreate the view