1
Automation Interface, Add-Ins and Tools / Re: "Delete or Keep the bound properties" pop-up when running script
« on: September 04, 2019, 11:31:20 pm »Ah, is it during a connector delete, or an element delete.I have never seen such a popup.
Could it be that you are deleting elements who have embedded elements?
In that case you might want to delete those first.
Geert
I try deleting connectors, embedded elements and constraints before the element and get the pop-ups during connector deletion all the time.
I think the bound properties are those things you set to link your association to an attribute.
I've never used those.
I would check if any of the collection on the connector (such as CustomProperties) has elements and make sure to delete these before deleting the connector.
Geert
PS. You should also report a bug. An API is not supposed to show message boxes when deleting stuff.
Ok so I tried deleting CustomProperties, but I get an Internal Application error.
I tried deleting all other collections as well, but it didn't help.