To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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.