Environment: On premises only General InformationThis opening ID is called before creating a new clone of a component. The table below provides you with information related to the definition of the Opening ID.
Input ObjectsInput objects must be of the following types:
Context Object Parameters
Sample/*The following rule is an example of what can be done*/
/* ----------------- */
/* Declare */
/* ----------------- */
Let DescriptionValue=""
Let Idx=-1
/* ----------------------------------------------------------------------------- */
/* Retrieves the object description and searches for specific string sequence */
/* ----------------------------------------------------------------------------- */
DescriptionValue = ThisObject->GetAttributeString("V_description")
Idx = DescriptionValue->Search("PLMPreCheckClone")
if (Idx >= 0)
Validation = true
else
Validation = false
| ||||||||||||||||||||||