On-Action Processor Thing Shape Services
The following services are found on the on-action processor Thing Shape (PTC.DBConnection.OnActionProcessor_TS):
* 
For more information on how these services interact, see Pre-, On-, and Post-Action Event Dispatching and Validation
OnCreateAction—Executes actions by adding data to the database. Triggered after a create action completes.
Input parameters: DataChanges (INFOTABLEPTC.DBConnection.DataChange Data Shape)
Output: No output
OnUpdateAction—Executes actions by updating data in the database. Triggered after an update action completes.
Input parameters: DataChanges (INFOTABLEPTC.DBConnection.DataChange Data Shape)
Output: No output
OnDeleteAction—Executes actions by deleting data from the database. Triggered after a delete action completes.
Input parameters: DataChanges (INFOTABLEPTC.DBConnection.DataChange Data Shape)
Output: No output
Was this helpful?