Environment: On premises only General InformationThis opening ID is called when deleting an object. 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
SampleThe following sample determines whether the object can be deleted or not, according to the customer customization. If (ThisObject.V_description == "Test") { validation = TRUE } else { validation = FALSE } |