Context Object Parameters
No specific parameters are given for this opening ID.
Sample
The following sample shows how to modify the PLM_ExternalID of the cloned component of the template using the username and the current time to ensure uniqueness.
ThisObject.PLM_ExternalID = Parameters.UserID + "_" +
ThisObject.PLM_ExternalID + "_" + DateFormat("%d/%m/%y_%H:%M:%S")