Does anybody know how to stop the VI.Common.Customizer.DialogTable from checking the ScopeReferenceColumns when transporting schema extensions? It becomes a chicken / egg situation, the scope is defined on the table but the referenced column is not transported yet. The column is transported later in the same transport file. The transport will fail with a message: 'Table CCC_Table does not have column CCC_UID_Reference.'. It seems an error to me if we have to:
- Remove the scope from the tables having a scope reference.
- Transport the schema extensions
- Add the scope to the tables
- Transport the changes
Is there a way to disable this check that does not require a SQL delete and later insert statement?