Design Table Migration Batch Business Logic (DTMigrationBatchBL)

This article details how you can implement the Design Table Migration Batch Business Logic based on the knowledge scripting technology.

This page discusses:

Business Logic Intent

This business logic is used to propagate attribute values from the former representation to the new PLM Document .

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 DTMigrationBatchBL
Customization intent Execution
Execution context Client

Input Objects

PLM Component Class Types
VPMRepReference

Context Object parameters

Parameter Names Types Read/Write Comments
NewDocument VPM Document Write

Implementation Sample

The following Business Logic sample describes the maturity graph: IN_WORK (Share) WAIT_APP (Share) SHARED.

let NewPLMDoc(Document)

NewPLMDoc = Parameters.GetAttributeObject("NewDocument")
NewPLMDoc.description = ThisObject.V_description