Update Action (PLMActionUpdate)

This article details how you can implement the Update Action execution Business Logic based on the knowledge scripting technology.

This page discusses:

Environment: On premises only

Business Logic Intent

This business logic is called after having updated a component. The goal of the Business logic is to operate some modifications of the attributes of the Component.

PLM Opening Definition

This section describes the objects defining the opening: its global information, its kind of input object, its context object parameters.

General Information

Opening ID

PLMActionUpdate

Customization IntentExecution

Input Objects

PLM Component Class TypesPurpose
PLMCoreReferencePLM reference
PLMCoreRepReferencePLM representation (reference with stream attached)

Context Object Parameters

Parameter NameTypeRead/WriteComments
PolicyStringReadPolicy name.

Implementation Sample

The following BL sample shows you how to set the object description using the PLMAction Update rule :

/* ----------------- */
/*      Declare      */
/* ----------------- */

/* ----------------------------------------------- */
/*    Set the object description   */
/* ----------------------------------------------- */
ThisObject.V_description = "description set by UpdateActionRule"