Procedure for Adding a Document Library to an Application

The following is a simplified walkthrough for integrating the module into an application:

  1. If necessary, add foreign keys to docs_assigned for your application’s tables with which you want to associate multiple documents per record.
  2. Add two Business Process Owner tasks: [Define Document Library Folders] and [Define Document Categories and Types] that point to the existing views ab-doc-def-folder.axvw and ab-doc-def-cat-type.axvw, respectively.
  3. Create a [Manage Document Library] view to add/edit/delete documents, with appropriate permanent filters for your application. Use the Compliance view [Environmental & Risk Management / Compliance Management / Compliance Program Manager / Manage Document Library] as a template. Your view should include any new foreign keys that you added in step 1.
  4. Create a [View Document Library] report view to search and view documents. Use the Compliance view [Environmental & Risk Management/Compliance Management/Operational Reports/Document Library] as a template. Make sure that your view enforces the docs_assigned. doc_review_grp security. Your view should include any new foreign keys that you added in step 1.
  5. Optionally create a paginated report for the document library. See the Compliance view http://localhost:8080/archibus/schema/ab-products/risk/compliance/paginate/ab-comp-document-paginate-rpt.axvw as an example.

Other Considerations

Usage Notes