Book a Demo

Author Topic: Restricting Asscociation in MDG Package  (Read 4342 times)

nweller

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Restricting Asscociation in MDG Package
« on: July 26, 2016, 09:39:06 pm »
Hi everyone,

I am creating my own MDG package and have worked out how to do most of it but am stuck in one area.

I have worked out how to add a custom association but I want to restrict it to only be used between 2 particular types.  Application to location for instance.

How do I do this?  I have tried various things to no avail.

Many thanks,
Neil

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Restricting Asscociation in MDG Package
« Reply #1 on: July 26, 2016, 10:18:41 pm »
You can not really restrict that, except by writing some code in an add-in. However, if you use the quick linker you can offer the connector in certain contexts only. The QL is quite tricky (more often a head banger). Try creating a very simple QL first and the stepwise make changes until you reach the desired results.

q.

nweller

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Restricting Asscociation in MDG Package
« Reply #2 on: July 27, 2016, 12:13:37 am »
Thanks, I will take a look at that.