(private) sorry...!! contact@ecmnotes.com
slide

DFS Installation

Content Server- By default DFS comes bundled with Content Server 6.5 It is installed on the Java Method Server DFS services run on the same machine as the CS Jboss is used for the JMS Standalone Install using DFS installer- This will install EMC application Server (Jboss) and deploy DFS…

slide

Data Model

The data passed to and from the Services are encapsulated into DFS Object Model.These are the few important object types in DFS- DataPackage-.The DataPackage class defines the fundamental unit of information that contains data passed to and returned by services operating in the DFS framework.It is a fundamental Unit of…

slide

Process Builder

Process Builder is the design center of the Process Suite, which enables and supports all phases of the business process lifecycle. We use Process Builder to create process templates. A process template captures the definition of a business process, enabling users to repeatedly perform the process. Individual process instances generated…

slide

Workflow Introduction and its components

A workflow formalizes a business process such as a petition approval process or an engineering development process. A workflow consists of the following elements: Process Template – A process template is the business process represented as a formalized workflow definition. Users can use the template to repeatedly perform the business…

slide

Object Model and Relationship

Process Definition – dm_process, representation of what’s intended to happen Activity Definition – dm_activity, representation of what’s intended to achieve at a logical step Run Time Management Workflow Instance – dm_workflow, controls automated aspect of the business process and record runtime information of workflow Task – records run time information…

slide

Running A Simple Workflow

1) The usual workflow template objects * The workflow template objects: dm_process, a list of dm_activity objects 2) The workflow instance * dm_workflow which points to the workflow template dm_process * dm_workflow is in Running state 3) Adding package to workflow triggers the start activities * Workflow receives the package…

slide

Some Important DQLs

To obtain the workflow template object id:  select  r_object_id from dm_process where object_name = ‘‘ To obtain the running instances of a specific workflow template:  select * from dm_workflow where process_id =

slide

Documentum Internal Views

Documentum systems has two views for single and repeating attributes these are _sv and _sp for single attributes and _rv and _rp for repeating attributes. Examples are, dm_document_sp, dm_document_sv, dm_document_rp, dm_document_rv The two _sp and _rp views are used by DQL and the two _sv and _rv views are used by the Object…

slide

What Documentum Object Id prefix stands for

I went through a nice article, thought to share on ecmnotes. dm_audittrail_attrs = 0; 00 (also dm_auth_config, dmc_completed_workflow, dmc_completed_workitem, dmc_composite_predicate, dmc_module_config, dmc_readcomment, dm_state_type, dmc_transition_condition, dmi_wf_attachment, dmi_wf_timer, dmc_workqueue, dmc_workqueue_doc_profile, dmc_workqueue_policy, dmc_workqueue_user_profile) dmi_session = 1; 01 dm_object = 2; 02 dm_type = 3; 03 dm_collection = 4; 04 dmr_containment = 5; 05…

slide

BPM – Introduction

Transactional content is a term coined by Forrester Research to describe “content [which typically] originates outside an organization from external parties-customers or partners-and relies on workflow or business process management (BPM) to drive transactional, back-office business processes. In some cases, the content not only triggers internal processes, but is the…