How do you move the anchor point of an association in the domain model?

0
Often as a domain model is filled out, the associations that looked nice must be moved to another region on the entity’s border to better accommodate new entities and associations. How short of deleting and re-creating an association can you do that? This seems really essential to using the domain model.
asked
3 answers
1

James,

In this case, a video is worth a thousand words.  Here you go:  https://youtu.be/zM4aL9ZxPuU

One note:  if there is data in your associations and you delete (and recreate) those associations, the next time you deploy your app, all of the data will be removed.  Just something to watch out for if you see results you don’t expect.

Hope this helps,

Mike

answered
0

it would be great if there was a better way. I have one in my domain model that I still can’t move, even after enlarging to 400%. I think the domain model drawing tool needs improvements to make this less painful.

answered
0

Triggered by this question, i decided to submit an idea, please see if you want to vote for it:
Mendix Idea #2176

 

answered