User SourceSystemId in OrganizationTreeNode
Content
Hey,
I'm currently devloping a dat template for loading OrganizationTreeNode and I wanted to use SourceSystemId to determin the OrganizationId and ParentOrganizationId. This is my header line:
METADATA|OrganizationTreeNode|TreeStructureCode|TreeCode|TreeVersionName|OrganizationId(SourceSystemId)|ParentOrganizationId(SourceSystemId)
I will get the following error:
The attribute ParentOrganizationId for the component OrganizationTreeNode can't have a key resolution hint as it's a reference to an object that doesn't support this key type. (HRC-1035386)
Is this not possibel in general, or am I using it wrong.