Skip to main content
18-Opal
August 31, 2022
Solved

Edit mashups when Deployed through Extension

  • August 31, 2022
  • 1 reply
  • 2198 views

Hi,

There are projects that are deployed from one Environment to another Environment by Extension method.
1st Env ---> Entities are Exported by Extension type

2nd Env ---> Extension is imported in to the Env
Now these Entities can't be edited, is there any way we can edit the Entities, mainly Mashups... there are few bugs need to be fixed over here

is there any configuration that can be done to edit the entities that are imported by extension in this scenario ?

Thanks,
Shashi.

Best answer by Rocko

Also note p62 and p63 in this document about editability in extensions: https://www.ptc.com/support/-/media/FFF75A096E3245C8BA1E42E1C47C04CD.pdf?sc_lang=en

1 reply

Rocko
19-Tanzanite
August 31, 2022

Not sure this is a good idea. It is a best practice to mark entities in extensions as non-editable, otherwise you will have problems upgrading that extension. This is documented here.

If you MUST, I guess you could extract the extension and update the XML so the entities become editable and that pack the files again before importing.

18-Opal
September 6, 2022

Hi @Rocko ,

This idea failed by creating more bugs, isn't there any other way, because all the customers I have been interacting having this issue.

Thanks,
Shashi.

Rocko
Rocko19-TanzaniteAnswer
19-Tanzanite
September 7, 2022

Also note p62 and p63 in this document about editability in extensions: https://www.ptc.com/support/-/media/FFF75A096E3245C8BA1E42E1C47C04CD.pdf?sc_lang=en