Hello, all
I have the following situation.
I have a table on the remote and consolidated side, which have slightly different structures.
The remote side has more columns than the consolidated side. The extra column is a transfer flag. When the user wishes to transfer data to the server, he updates this field then mobilink client scans the logs and send the data to the server. The table is only for upload.
I need the mobilink to transfer rows even when ony this field changes. If I do not add it to the publication, then the mobilink client does nto transfer anything.
If I add it to the publication, I get this error.
//-------------------------
E. 2015-01-28 09:28:09. Error code from MobiLink server: -10280
E. 2015-01-28 09:28:09. Server error: Message: The number of columns in client table 't507_external_clients_customer_list' does not agree with the number defined in ml_column. Table Name: t507_external_clients_customer_list
//----------------------------
Question: If I do not need this field updated in the consolidated DB, how can I make the Moblink server to disregard it, without having to edit the consolidated DB?