Hi all!
Does anybody know, can such logic be developed using EA Automated Interface (if sparx does not resolve the problem):
On each Get Latest/Get Package/Check out event automated interface will:
• Create automatically dummy object for missing object (such way you do not loose connections)
o If such object (GUID) is imported later to the model, developed add-in will replace previously created dummy object with real object
• During package checked- in previously developed add-in will restrict to export (or will remove from xml) previously created dummy objects.
• Same developed add-in can restrict change of the created dummy object by user (this can be done according to help)
Seams very simple logic!? Can it be done using automated interface? Please help, if you know!:)
Thank you!