21
Automation Interface, Add-Ins and Tools / Re: Help changing Parent on an attribute from one class to another
« Last post by Geert Bellekens on March 26, 2026, 05:49:21 pm »If the property is read-only (why?) then the only solution is to go behind the API's back.
So update the Object_ID directly in the database, and then do an Element.Attributes.Refresh
There is an undocumented, and unsupported method called Repository.Execute(sqlStatement) in which you can pass an SQL update statement.
Obviously Eve can't give you that advice (since it's officially unsupported)
Geert
So update the Object_ID directly in the database, and then do an Element.Attributes.Refresh
There is an undocumented, and unsupported method called Repository.Execute(sqlStatement) in which you can pass an SQL update statement.
Obviously Eve can't give you that advice (since it's officially unsupported)
Geert
Recent Posts


