You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select DISTINCT
(selectD.displaynamefrommetadata.entityas D
whereD.logicalname=R.referencingentity) as ThisEntity,
(selectD.logicalnamefrommetadata.entityas D
whereD.logicalname=R.referencingentity) as [ThisEntity Logical Name],
R.introducedversionas Version,
E.displaynameas DependsOn,
E.logicalnameas [DependsOn Logical Name],
E.descriptionas [DependsOn Description]
frommetadata.relationship_n_1as R
left joinmetadata.entityas E
onE.schemaname=R.referencedentitywhereR.referencingentity='opportunity'
The text was updated successfully, but these errors were encountered:
https://markcarrington.dev/2021/04/29/sql-4-cds-v5-released/#comment-10201
The text was updated successfully, but these errors were encountered: