Do we have a hook to "Save" action when a new ThingTemplate is created and saved
I want to run a custom script that will syncronize ThingTemplate property names and types to 2 columns in a DataTable so when somebody uses a mashup with that DataTable as the data source will always see up to date information. The goal is to add columns ThingTemplateName and ThingTemplatePropertyName as Primary Keys and additional columns that will depend of this Primary Key.
This way I can add some extra Aspects to each column.
I am aware of me.ThingStart(); method, but this only happens on a Thing.
Is this triggered when a Thing is saved for the first time and Enabled is selected?
What about going from Enabled to Not Enabled, Save action and at some later point Re-Enable and Save it again. Will that again cause me.ThingStart to trigger?
But this is not related to Property additions, changes etc.
Thanks,
Rad

