Configuring Lifecycle Properties

The following are properties for lifecycle mass approval.

The Lifecycle page for an object can be configured to display tasks and signature requirements for related objects. As installed, the Lifecycle page only shows the tasks and signature requirements for the selected object. To include related objects in the list, you need to add these properties to the emxSystem.properties file.

LifecycleMassApproval.<type>.RelatedObjects.Connections=<relationship>
LifecycleMassApproval.<type>.RelatedObjects.ConnectionDirection= 
<direction>

where:

  • <type> is the symbolic name of the object for which you also want to include related objects
  • <relationship> is a comma-separated list of symbolic names of relationships
  • <direction> is one of these options:
  • to
  • from
  • both

For example:

LifecycleMassApproval.type_ECO.RelatedObjects.Connections= 
relationship_AffectedItems
LifecycleMassApproval.type_Book.RelatedObjects.ConnectionDirection=to

For details about lifecycle mass approvals, see Approvals Page Tab.