Environment: On premises only
Context Object Parameters
Parameter Name | Type | Read/Write | Comments |
---|
Policy | String | Read | Policy name. |
Sample
The following sample shows you how to set the object description using the PLMActionImportUpdate rule.
/* ----------------- */
/* Declare */
/* ----------------- */
/* ----------------------------------------------- */
/* Set the object description */
/* ----------------------------------------------- */
ThisObject.V_description = "description set by ImportUpdateActionRule"