cancel
Showing results for 
Search instead for 
Did you mean: 

Data base Alfresco

mariem
Champ in-the-making
Champ in-the-making
Hello,

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?
4 REPLIES 4

jonash
Champ in-the-making
Champ in-the-making
Hi,

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.

Use one of the available APIs instead:

mariem
Champ in-the-making
Champ in-the-making
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

mrogers
Star Contributor
Star Contributor
Its good advice from JonasH to not write to the database directly.

Please use one of Alfresco's APIs instead.

mariem
Champ in-the-making
Champ in-the-making
JonasH can you explain how perform a full index rebuild?