Initialization of Item Extensions for OLD-TYPING only (DELPLMFProcessReference_BLInitExtensionID)

An opening ID is an entry point used to customize business logic. Initialization of Item Extensions (for OLD-TYPING only) specifies the opening ID run after the creation of item extensions that allow attributes initialization (in OLD-TYPING only).

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

This page discusses:

General Information

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

PLM Opening ID: DELPLMFProcessReference_BLInitExtensionID
Customization intent: Execution
Execution context: Client

Input Objects

Input objects must be of the following types:

  • ThisObject: extension on which the attributes are read.
  • Parameters corresponds to the context object.

Sample

The following sample accesses attributes on the item reference and extensions.

/* Use ThisObject to access attributes on reference and extension */

Trace(1,"--> Test : init extension")