cancel
Showing results for 
Search instead for 
Did you mean: 

Copy and Update Documents automatiquement

sibe
Champ on-the-rise
Champ on-the-rise
Salut à tout le monde,

C'est très rare que je poste des topics here, mais j'aimerai avoir votre avis sur un point :

En fait je voulais savoir si c'est possible de copier un document dans plusieurs endroits différents et assurer la mise à jours automatique  des documents initialement identiques.

Par exemple je copie le document A1 disponible dans Site1 vers Site2, l'idée est de faire de sorte que les deux documents aient le même contenus.

Merci
4 REPLIES 4

jpotts
World-Class Innovator
World-Class Innovator
You can do this through a customization. I did this for a past client. We set up an association called "clone". End users then associated one or more documents with a "master" document. Then, we wrote a behavior that fired when master documents were updated that sync'd the binary content across all of the clones.

Jeff

sibe
Champ on-the-rise
Champ on-the-rise
Hello Jeff,

Thank you for your response, I started using associations between documents, also can you show me an example or procedure to implement this kind of functionality.

Such shares or any type of configuration to implement.

thank you

jpotts
World-Class Innovator
World-Class Innovator
If you already know how to define associations in your model, all that's left is to implement the behavior. You might want to take a look at this tutorial to learn how to implement behaviors.

Jeff

sibe
Champ on-the-rise
Champ on-the-rise
Hello Jeff,

I master well Behaviours. I'll see how I can implement it all. anyway thank you for your help.