Post Check Import Creation (PLMPostCheckImportCreate)

An opening ID is an entry point used to customize business logic. Import Creation Post Check (PLMPostCheckImportCreate) operates some modifications of the component attributes.

Note: For more information about customization by business rules, see Installation and Setup: Customize: Behavior: Data Setup: Customization by Business Rules.

This page discusses:

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 NameTypeRead/WriteComments
PolicyString ReadPolicy 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"