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

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

How to make editable entity with XML in Extension - Eclipse

Sathishkumar_C
17-Peridot

How to make editable entity with XML in Extension - Eclipse

Hi All,

I am having Entity (Thing) as XML format and adding into meta.xml in Extension package. After importing an extension package how can i make editable entity?

 

Thanks & Regards,

Sathishkumar C.

1 ACCEPTED SOLUTION

Accepted Solutions

As our suggested best practice, you should not making extension entities editable. To make an entity editable, you have to do so before importing the extension by changing the value of  the "isEditable" aspect of your entity's xml to "true".

View solution in original post

1 REPLY 1

As our suggested best practice, you should not making extension entities editable. To make an entity editable, you have to do so before importing the extension by changing the value of  the "isEditable" aspect of your entity's xml to "true".

Top Tags