Hello everybody
I suffer a lot with this error on MDS 2016
To respect the hierarchy in my repository, I had to implement domain-based entities in MDS.
However, when I create business rules such as:
Business Rules Number 1:
IF
(Level1 <> DBA.Level2.CodeLevel1)
Then
Level1 is not valid
Business Rules Number 2:
IF
(Level2 <> DBA.Level3.CodeLevel2)
Then
Level2 is not valid
I have the following error:
200095 : a single entity can be specified in MetadataGet
Thank's for your help