Post-Action Handler Thing Shape Services
The following services are found on the post-action handler Thing Shape (PTC.DBConnection.PostActionHandler_TS):
* 
For more information on how these services interact, see Pre-, On-, and Post-Action Event Dispatching and Validation.
PostCreateAction—Executes actions after data is created. Triggered after a create action completes.
Input parameters: DataChanges (INFOTABLEPTC.DBConnection.DataChange Data Shape)
Output: No output
PostUpdateAction—Executes actions after data is updated. Triggered after an update action completes.
Input parameters: DataChanges (INFOTABLEPTC.DBConnection.DataChange Data Shape)
Output: No output
PostDeleteAction—Executes actions after data is deleted. Triggered after a delete action completes.
Input parameters: DataChanges (INFOTABLEPTC.DBConnection.DataChange Data Shape)
Output: No output
Was this helpful?