Skip to content

Commit

Permalink
Added parent and child model to relationship export
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Otten committed Dec 4, 2024
1 parent 52f10ad commit 3e133d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<o:TemplateTargetItem Id="4E7F85A7-6B6D-4339-971F-88181158091F">
<a:ObjectID>4E7F85A7-6B6D-4339-971F-88181158091F</a:ObjectID>
<a:Name>mdde_Relationship_XmlExport_Template</a:Name>
<a:TemplateTargetItem.Value>&lt;%mdde_NamedObject_XmlElementName% %mdde_NamedObject_XmlAttributeExport_Template% ParentEntity=&quot;%Entity1.Code%&quot; ParentEntityId=&quot;%Entity1.ObjectID%&quot; ChildEntity=&quot;%Entity2.Code%&quot; ChildEntityId=&quot;%Entity2.ObjectID%&quot;
<a:TemplateTargetItem.Value>&lt;%mdde_NamedObject_XmlElementName% %mdde_NamedObject_XmlAttributeExport_Template% ParentModel=&quot;%Entity1.Model.Code%&quot; ParentEntity=&quot;%Entity1.Code%&quot; ParentEntityId=&quot;%Entity1.ObjectID%&quot; ChildModel=&quot;%Entity2.Model.Code%&quot; ChildEntity=&quot;%Entity2.Code%&quot; ChildEntityId=&quot;%Entity2.ObjectID%&quot;
.if (%Entity1ToEntity2Role%)
ParentRole=&quot;%.X:Entity1ToEntity2Role%&quot;
.endif
Expand Down

0 comments on commit 3e133d1

Please sign in to comment.