Pre-Action Validator Thing Shape Services
The following services are found on the pre-action validator Thing Shape (PTC.DBConnection.PreActionValidator_TS):
PreCreateAction—Executes validations on data before it is created. Triggered by a create action. Calls the CallServices service.
• Input parameters: DataChanges (INFOTABLE—PTC.DBConnection.DataChange Data Shape)
• Output: No output
PreUpdateAction—Executes validations on data before it is updated. Triggered by an update action. Calls the CallServices service.
• Input parameters: DataChanges (INFOTABLE—PTC.DBConnection.DataChange Data Shape)
• Output: No output
PreDeleteAction—Executes validations on data before it is deleted. Triggered by a delete action. Calls the CallServices service.
• Input parameters: DataChanges (INFOTABLE—PTC.DBConnection.DataChange Data Shape)
• Output: No output