I see relationships for an object can be within a model and also existing with other external models in the same database. How can I access the external relationships in other models with a script?
I am attaching a screenshot of ARIS Architect Properties^Relationships. I see that the external model relationships are missing a check mark graphic.
How can I find these with a script?
If anyone can help me understand how the database is holding these external relationships I woudl appreciate it.
Thanks,
MR
Francois Du Toit on
Hi Michael,
You need to get the relationships from the object definition instead of the object occurrence.
ObjOcc.ObjDef().CxnList();
Hope that helps :)
Rgs,
Francois
BPMUtils.com