MscrmTools / Javista.AttributesFactory

A, XrmToolBox plugin to manage attributes from an Excel spreadsheet
GNU General Public License v3.0
10 stars 4 forks source link

More than one Look Up on same parent entity #3

Closed ciso72 closed 3 years ago

ciso72 commented 4 years ago

Hello, i've to build an entity with 3 lookup with account as target. I've tried every combination but the add in will throw an error and only the first lookup will e created.

MscrmTools commented 4 years ago

Shouldn't be an issue. One point is you cannot have three lookup with parental relationship behavior. This is the only issue I can see that could stop you from creating them.

So try to change the behavior of the second and third lookups

MscrmTools commented 4 years ago

@ciso72 I'm talking about this part image

Try to put one with behavior Parental (if needed) and the other to Referential

If you can show me the error message, I migth help more (maybe I'm totally wrong with my assumption of error cause)