Post-Action Handler Thing Shape Services
The following services are found on the post-action handler Thing Shape (PTC.DBConnection.PostActionHandler_TS):
PostCreateAction—Executes actions after data is created. Triggered after a create action completes.
• Input parameters: DataChanges (INFOTABLE—PTC.DBConnection.DataChange Data Shape)
• Output: No output
PostUpdateAction—Executes actions after data is updated. Triggered after an update action completes.
• Input parameters: DataChanges (INFOTABLE—PTC.DBConnection.DataChange Data Shape)
• Output: No output
PostDeleteAction—Executes actions after data is deleted. Triggered after a delete action completes.
• Input parameters: DataChanges (INFOTABLE—PTC.DBConnection.DataChange Data Shape)
• Output: No output