Skip to main content
17-Peridot
September 29, 2018
Solved

How to make editable entity with XML in Extension - Eclipse

  • September 29, 2018
  • 1 reply
  • 1613 views

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.

This topic has been closed for replies.
Best answer by posipova

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".

1 reply

posipova20-TurquoiseAnswer
20-Turquoise
October 1, 2018

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".