...
The determination of what documents are associated with an entity and the method of displaying the documents are provided by additional modules that are specific to different document management systems.
Currently there is one implementation available that will retrieve a list of documents from a database table and open those document in a new browser window. Future modules will be available for systems such a !DataWorks and Trim.
Installation
Installation of the DMS functionality requires at least four bundles, three that provide the core functionality and at least one for each type of DMS to be used a a backend.
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<client:config id="main">
...
<toolbar>
<item action="com.cohga.dms.ShowSelected"/>
<item action="com.cohga.dms.ShowAllSelected"/>
...
</toolbar>
...
</client:config>
|