cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Subscription code inheritance

jdurand
1-Newbie

Subscription code inheritance

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

1 ACCEPTED SOLUTION

Accepted Solutions
posipova
20-Turquoise
(To:jdurand)

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.

View solution in original post

2 REPLIES 2
posipova
20-Turquoise
(To:jdurand)

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.

cacosta
3-Visitor
(To:jdurand)

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. 

Top Tags