cancel
Showing results for 
Search instead for 
Did you mean: 

Document with more 'content'

anda65
Champ in-the-making
Champ in-the-making
Hi!

I hope someone could help me.

We have a need for our business : a document with two "content", say content A and content B. These contents must be changed from two different users without cross modifying each other. So :

Space A : User A create content A and he does not have permission to create content B. After creation, document moves to Space B
Space B : User B read, and only read, content A and then create content B. After creation of content B, document moves to Space X for final repository.

Could you give me a way to do this ?

Many thanks in advance
3 REPLIES 3

ribz33
Champ on-the-rise
Champ on-the-rise
This is not very easy …

I did some test close to this, and i think its not possible to have 2 contents for one node (maybe someone can confirm it ?)

So you need to use a container, i think take a look on multilingual implementation, i think that is theorically close to your need :
1 node and many content translated for one node.

hope this help Smiley Happy

anda65
Champ in-the-making
Champ in-the-making
Thanks for your answer, ribz33.

Let me explain better what i need to implement.

We have a lot of "collaboration" documents "structured" by fields ( text type ) that need to be editing by more users.
So the "document life" would be :
1.The first one user fills his field and after update the document goes to the second user.
2.The second user, read, and only read,  what the first user wrote, and after done his job, fills his fields and the document goes to the third user.
3…
4.When the document has completely filled a transformation in pdf, doc, and goes to the final repository.

Obviously would be nice to read the document and have the permission to modify only the proper fields with direct edit

I'm trying to find this solution, but i don't ask how could be implemented : just, if there is and i think there is, to suggest a way.

Many Thanks.

ribz33
Champ on-the-rise
Champ on-the-rise
Ok, this is a little bit different.

What i told you before can solve your problem, but this need to be test and could be a little bit diffcult.

Other possibilities (easier), is to consider part of your document like different aspects, so your parts will be properties of document and not content.

When all parts are filled, you generate your content from different properties. This is internal mechanism, you will need to implement whole interface on web client to provide this functionnality.

I expect this is clear, and help you a little…