I have to insert data into the database of alfresco : new contacts (i try to insert into the table alf_node_propreties) it was displayed on the database but i can't see this new insertion in datalists of alfresco share someone has an idea?
It is not recommended to add or modify content to the database directly. Your changes will not be reflected in the index. (unless you perform a full index rebuild) This probably explains why the added items are not visible.
thank you, but my project is to sychronise data list in alfresco with the list of employees in OpenERP. I tried with java and java script I did not find any results I am trying this solution : extract contacts from openerp and insert it in database of alfresco