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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to create/upload custom Snippet

richardm
1-Newbie

How to create/upload custom Snippet

I am looking for a way to create and upload custom Snippet with a custom group and associated Snipped. Any idea how to do that ?

regards


Richard



1 REPLY 1
adam11
5-Regular Member
(To:richardm)

Richard,

Snippets are currently not extensible. However, you can develop your own Script Function Libraries (e.g., LocationFunctions) to achieve similar (if not, preferable) functionality. I say Script Function Libraries are preferable because they will reduce the amount of code in your Services unlike snippets. Of course, you'll need to make your functions as generic as possible since you won't be able to edit any of the code.


If you're interested, the "ThingWorx Extensibility" section of the Help Center has documentation on developing extensions and widgets.



Top Tags