Hello Everyone!
I would like to know if when we perform a synchronization between tables the data linked with other tables are also synchronized?
For example:
We have Base A which contains the table (Clientes-all) and base B which contains table (Clients-segmentB) and (Sales-segmentB).
A column of table Clients-segmentB is linked with table Sales-segmentB > The sale number from Sales-segmentB is linked with the customer in Clients-segmentB.
We want to synchronize table Clientes-all with table Clients-segmentB > All costumers must be in the table of their segment (Clients-segmentB) and in the general database (Clientes-all).
I would like to know if in this synchronization the link with Sales-segmentB will be presented in Clientes-all or if the link will only appear inClients-segmentB and in Clientes-all the synchronization will only bring the data from Clients-segmentB to Clientes-all > The link from the custumer (from Clients-segmentB to Clientes-all) will make it possible for the record in the Clientes-all table to be linked with the sale number from table Sales-segmentB or the link will only work in Clients-segmentB?