Environment: On premises only
Context Object Parameters
Parameter Name | Type | Read/Write | Comments |
---|
Transition | String |
Read | The name of the transition that was requested by the maturity change operation (ex: Close). |
CurrentState | String | Read | The name of the maturity state of the object after the transition (ex: IN_WORK). |
Policy | String | Read | Policy name. |
Sample
The following sample shows you how to set the object description using the PLMActionMaturity rule.
/* ----------------- */
/* Declare */
/* ----------------- */
/* ----------------------------------------------- */
/* Set the object description */
/* ----------------------------------------------- */
ThisObject.V_description = "description set by maturityActionRule"