I have a requirement of creating multi-content document in FileNet. e.g. Let's say that I need to have one document which consists of a word document, A JPEG file and a MP4 video file as its content.
Any help is appreciated. Thanks!
The content of a Document
is stored as ContentElement. Document
can have multiple Content Elements
– with their own MIME-type, name, etc.