I'm confused with table relations. For example, if you look at the relations for CustTable, there is nothing for SalesLine, but if you look at the SalesLine table's relations, you see the relation to CustTable. Is there a reason this relationship is only documented in the SalesLine table's relations?
Also, is it possible to have relations that are not defined in the Relations section for either table, and, if so, what are the ramifications?
Also, are these relations used when defining link types for data sources? Otherwise, when you specify something like "inner join", what are you even joining on?
*This post is locked for comments