Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
xml
xml
linenumberstrue

<client:config id="main">
	...
	<toolbar>
		<item action="com.cohga.dms.ShowSelected"/>
		<item action="com.cohga.dms.ShowAllSelected"/>
		...
	</toolbar>
	...
</client:config>