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 Intent
Execution
Input Objects
PLM Component Class Types
Purpose
PLMCoreReference
PLM reference
PLMCoreRepReference
PLM representation (reference with stream attached)
Context Object Parameters
Parameter Name
Type
Read/Write
Comments
Policy
String
Read
Policy 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"