Compute the Customized Time of an Operation (DELPLMCustomizedTimeOnOperationID)

An opening ID is an entry point used to customize business logic. This opening ID is run to compute the customized time of an operation.

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

Input Objects

Input objects must be of the following types:

  • Parameters corresponds to the context object.

Context Object Parameters

Parameter NameTypeRead/WriteComments
iProdSystemOccurrenceOperation occurrenceRead Operation occurrence for which the customized time is computed
oCustomizedTime RealWrite Value of the customized time, in seconds.

Sample

The following sample shows how to use the opening ID.

Let status(Integer)

Let customizedName(String)
Let fromIdSetAttName(String)
Let firstItemfromList(PLMEntity)    /* used in each list */
Let thisPLMEntity(DatabaseObjectType)    /* the product inside Output */


Let Section(Integer)    /* the section involved*/

Let OperationSystemList(List)
Let ProcessList(List)
Let ProductList(List)

Set customizedName = ""
Set fromIdSetAttName = ""
Set status=0

/* your code here*/

Parameters.SetAttributeInteger ("Status", status)