Import Update Action (PLMActionImportUpdate)

An opening ID is an entry point used to customize business logic. Import Update Action operates some modifications of the attributes of the PLM Component.

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 having updated a component through an import operation.

The table below provides you with information related to the definition of the Opening ID.

Opening ID: PLMActionImportUpdate
Customization intent: Execution
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
PolicyStringReadPolicy 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"