-
Using MuleSoft to Integrate with Documentum
https://paulsundquist.wordpress.com/2016/09/21/etl-01-documentum-mulesoft-filesystem/
-
Documentum D2 Custom Vdoc Exporter Widget
Custom Export Vdoc Widget – Part 1 – paulsundquist Requirements: * Use a D2 widget to set up user options * Export to a file share * Export a virtual document using nodes as folder names This implementation can form a base for anyone wishing to do their own The full project is here (look in the folder VdocExport)…
-
D2 PDF Viewer Widget: Show the PDF content on a separate Monitor
Take a look at this blog and the source code for a D2 widget that helps uses better view documents: Document Viewer – Part 1: Multiple Monitors – paulsundquist source code: https://github.com/paulsundquist/d2-widget-core and give me some ideas on where you'd like to see this widget go!
-
Adding a D2 Charts Widget using Google Charts
This 3 part series demonstrates how to add a custom D2 widget that displays pie charts, bar charts, and column charts: Part 1: Starting with Google charts Part 2: Clicking part of the chart calls a query form that tells D2 to list the documents Part 3: Code on GitHub