Hello all,
While creating new Data Entity, I'm hit an error like in the subject.
So here is the action:
1. In the new data entity, main data source is table ForecastSales
2. Then add new data source, table InventDim, with JoinMode=OuterJoin and Use Relation=Yes
Aren't the 2nd point, UseRelation means it will take the Relation set in AOT (based on the help text as well). If I checked in AOT of ForecastSales standard, they have relation to InventDim and set the relationkey which is InventDimId.
Why in my Data Entity, still needs to define the relation, if I already set UseRelation to Yes ?
Kindly advice,
Thanks,