Context Object Parameters
Parameter Name | Type | Read/Write | Comments |
---|
iProdSystemOccurrence | Operation occurrence | Read | Operation occurrence for which the customized time is computed |
oCustomizedTime | Real | Write | 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)