Hi all,
I am working on integrating dblink into our office workflow in order to create a bi-directional link between our reports and drawings.
So far the tests seem promising however since we work in larger teams it means in the time between an export and an import others have changed information in a model. This results in information being changed back to the orginal values at the time of export. e.g. in the export a doors height was 2300mm, it was changed in the model to 2500mm, during import the height is then reset to 2300mm.
Through ODBC link certain tables can be excluded however I would like to additionally only exclude certain parameters from exporting.
e.g. with the doors simply not exporting heigh but still export everything else.
Does anyone know a way to achieve this?