Skip to main content
1-Visitor
October 10, 2018
Solved

View System Objects

  • October 10, 2018
  • 1 reply
  • 2310 views

Is there a way I can view system objects (Mashups and Things) to duplicate or access the scripts. I tried with Administrator account but doesn't work.

 

Best answer by CarlesColl

You can duplicate the System Mashups without issues:

1. Go to Mashups

2. Do Advanced Filtering Enable "Show System Objects"

3. Search for the desired System Mashup

4. Select the desired System Mashup (with the left checkbox)

5. Click on top Duplicate button

 

All this done with the Old Composer 😛

 

1 reply

1-Visitor
October 10, 2018

System objects "scripts" (ThingTemplate / ThingShape ) are usually written in Java and you can't see it (Well you can decompile ThingWorx Java Solution, but it wan't be useful to replicate it on Javascript as it's Java).

 

For System Mashups, just duplicate it and you will be able to see it everything.

 

mtahir11-VisitorAuthor
1-Visitor
October 10, 2018

I only need to duplicate the mashup and see the services. Example. UserMonitoringStatus mashup probably has some script services running. I would need to call them from my own Thing and modify output. Which user has the rights to do this because as Administrator I cannot duplicate.

1-Visitor
October 10, 2018

You can duplicate the System Mashups without issues:

1. Go to Mashups

2. Do Advanced Filtering Enable "Show System Objects"

3. Search for the desired System Mashup

4. Select the desired System Mashup (with the left checkbox)

5. Click on top Duplicate button

 

All this done with the Old Composer 😛