Environment: On premises only
General Information
This opening ID is called after creating a component through an import operation.
The table below provides you with information related to the definition of the Opening ID.
Opening ID: | PLMPostCheckImportCreate |
Customization intent: | Validation |
Execution context: | Server |
Input Objects
Input objects must be of the following types:
ThisObject
Parameters
corresponds to the context object.
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 through the PLMPostCheckImportCreate rule.
/* ----------------- */
/* Declare */
/* ----------------- */
/* ----------------------------------------------- */
/* Set the object description */
/* ----------------------------------------------- */
ThisObject.V_description = "description set by ImportCreateActionRule"