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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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