1
PCS Frequently Asked Questions / Re: Possible to check differences through a web interface?
« on: January 23, 2026, 05:18:55 am »
Just as I suspected. Thanks for answering, Geert.
Mikael
Mikael
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
The import only adds or changes elements by design.
You have to tell EA they are in formatted text fields. See https://sparxsystems.com/enterprise_architect_user_guide/17.0/model_publishing/create_a_custom_sql_query.html
That works for templates, so I guess it will work for searches as well.
SELECT ea_guid AS CLASSGUID, Object_Type AS CLASSTYPE, Name, Note AS [Note-Formatted]
FROM t_object
Where Object_ID=#OBJECTID#