Pre-Action Validator Thing Shape Services
The following services are found on the pre-action validator Thing Shape (PTC.DBConnection.PreActionValidator_TS):
* 
For more information on how these services interact, see Pre-, On-, and Post-Action Event Dispatching and Validation.
PreCreateAction—Executes validations on data before it is created. Triggered by a create action. Calls the CallServices service.
Input parameters: DataChanges (INFOTABLEPTC.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 (INFOTABLEPTC.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 (INFOTABLEPTC.DBConnection.DataChange Data Shape)
Output: No output
Was this helpful?