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

Lifecycles

What programming language is being used for the entry criteria and actions in a specific lifecycle (T=Java, F=DocBasic):

SELECT java_methods FROM dm_policy WHERE object_name = ''

List all validated and installed lifecycles in the repository:

SELECT object_name FROM dm_policy WHERE r_definition_state = 2

 List  documents that are attached to a lifecycle, and display their current state number:

SELECT object_name, r_policy_id, r_current_state FROM dm_document WHERE owner_name = USER

Leave a Reply