Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
I have a template with one subscription and when I create a thing from this template the subscription (and its parameters (enabled, ...)) is inherited but not the code ! So I just have a blank subscription on my newly created thing.
The code is simple, it's just a call to a thing method I created :
me.getNewMessages();
Do you know the code is not inherited ?
Regards
Solved! Go to Solution.
This is a Jira MASHUP-3637 which is actually not a bug. This was intentional due to security risks. It's logged as a platform change improvement requests but no ETA or confirmation on implementation.
This is a Jira MASHUP-3637 which is actually not a bug. This was intentional due to security risks. It's logged as a platform change improvement requests but no ETA or confirmation on implementation.
Does this answer mean the subscription is in fact inherited, because I am having the same issue however utilizing a AnyDataChange event and seem as if my subscription from my template is not firing within my Thing.