I have a Mysql table synchronization requirement that works between two remote databases. The table in the server instance of joomla is setup as a Free type, and data when entered is replicating properly to the remote database and application. The problem is when an insert occurs in the remote table. The row is being properly replicated to MySql but it doesn't show up in the Seblod List of items. I know there are additional tables that may have updates, but I assumed this was only for articles and not for a simple free type storage item. Is there a simple method to insert new items? Or an SDK or other routine that can be used to insert new items? Thanks in advance.