fiogf49gjkf0d First of all, what kind of Data Changes are you referring to? Data modified through a View? A VB Script or an SQL Statement that updates data?
Second, what table(s) is this writing to? Where the tables created within SalesLogix? Are the tables configured to Synchronize to Remotes?
Assuming that whichever method you are using is writing the Data through the Provider and that the Table is correctly defined, the next thing to do would be troubleshoot synchronization.
First of all, check on the Remote and make sure all Infiles are being applied.
Also, review the Failed Transactions, it may show you reasons why your statement didn't synchronize to remotes (e.g. a badly formatted date value) or a String where it expected a Numeric value.
Also, use the TrnViewer after the Outfiles are generated to look at their contents (and ensure that your Data Changes are being sent out).
There are just many variables involved, so you need to trace the data every step of the way to figure out why it fails to sync or apply on the remotes' Databases. |