Skip to main content
10-Marble
March 9, 2023
Solved

How to use a mashup as a master mashup

  • March 9, 2023
  • 1 reply
  • 1090 views

Hi Developers,

 

I have a mashup with lots of containers and widgets. I am currently using it as a homepage in Organisation. But it cannot be used as a master in mashups as ThingWorx won't allow that.

I have been asked to copy entire contents of mashup into a new master mashup so that we can use it in mashups as a master.

Its very time consuming. Is there a way to make a mashup a master or a way to reference mashup into master? Any suggestions will be appreciated. Thanks in Advance.

 

Best answer by Sathishkumar_C
  • Export mashup as XML (Keep backup as well)
  • Search for aspect.mashupType which is inside <Mashup> tag
  • Change the aspect.mashupType from mashup to target
  • Now import again into Thingworx

from 

Sathishkumar_C_1-1678424313890.png

to

Sathishkumar_C_0-1678424286062.png

 

1 reply

17-Peridot
March 10, 2023
  • Export mashup as XML (Keep backup as well)
  • Search for aspect.mashupType which is inside <Mashup> tag
  • Change the aspect.mashupType from mashup to target
  • Now import again into Thingworx

from 

Sathishkumar_C_1-1678424313890.png

to

Sathishkumar_C_0-1678424286062.png

 

10-Marble
March 10, 2023

Thanks a lot @Sathishkumar_C!

It worked.