-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/configuratie_features_pivotetc (#33)
* Added CanCreate Event Handler on all business rules which can be configured via the model properties. * Disabled fullshortcutmodel for ExampleDWH. * Disabled business rule features on Reference and ExampleSource. * Updated MDDE Model Configuration page and updated reference from README. --------- Co-authored-by: Harmen Wessels <harmen@x-breeze.com>
- Loading branch information
1 parent
2163c7f
commit e652408
Showing
53 changed files
with
322 additions
and
1,526 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
...sinessRuleWithMapping/Stereotypes/mdde_AggregateBusinessRule/Event_Handlers/CanCreate.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<o:EventHandlerTargetItem Id="7768AB67-15D8-4C68-8754-5697D2960D23"> | ||
<a:ObjectID>7768AB67-15D8-4C68-8754-5697D2960D23</a:ObjectID> | ||
<a:Name>CanCreate</a:Name> | ||
<a:CreationDate>1726842611</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<a:HandlerScript>Function %CanCreate%(parent) | ||
'the parent represents the AggregateBusinessRule which communicaties with the model object' | ||
'the default value for the attribute is set to TRUE in the form' | ||
|
||
%CanCreate% = False | ||
' If the parent is known return the value of the MDDE configuration extended attribute. | ||
If Not (parent Is Nothing) Then | ||
%CanCreate% = parent.Model.GetExtendedAttribute("mdde_Feature_BusinessRule_Aggregate") | ||
End If | ||
End Function</a:HandlerScript> | ||
</o:EventHandlerTargetItem> |
11 changes: 11 additions & 0 deletions
11
...sRuleWithMapping/Stereotypes/mdde_AggregateBusinessRule/Event_Handlers/Event_Handlers.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<o:TypedCategoryTargetItem Id="F33A5029-A1F3-436E-8518-193C6C15D18A"> | ||
<a:TypePublicName>EventHandlerTargetItem</a:TypePublicName> | ||
<a:ObjectID>F33A5029-A1F3-436E-8518-193C6C15D18A</a:ObjectID> | ||
<a:Name>Event Handlers</a:Name> | ||
<a:CreationDate>1726842611</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<c:Categories> | ||
<xi:include href="CanCreate.xml" /> | ||
</c:Categories> | ||
</o:TypedCategoryTargetItem> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
..._BusinessRuleWithMapping/Stereotypes/mdde_CustomBusinessRule/Event_Handlers/CanCreate.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<o:EventHandlerTargetItem Id="D1DB87F4-7902-45D2-83EA-E01AFD8ABD62"> | ||
<a:ObjectID>D1DB87F4-7902-45D2-83EA-E01AFD8ABD62</a:ObjectID> | ||
<a:Name>CanCreate</a:Name> | ||
<a:CreationDate>1726841992</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<a:HandlerScript>Function %CanCreate%(parent) | ||
'the parent represents the CustomBusinessRule which communicaties with the model object' | ||
'the default value for the attribute is set to TRUE in the form' | ||
|
||
%CanCreate% = False | ||
' If the parent is known return the value of the MDDE configuration extended attribute. | ||
If Not (parent Is Nothing) Then | ||
%CanCreate% = parent.Model.GetExtendedAttribute("mdde_Feature_BusinessRule_Custom") | ||
End If | ||
End Function</a:HandlerScript> | ||
</o:EventHandlerTargetItem> |
11 changes: 11 additions & 0 deletions
11
...nessRuleWithMapping/Stereotypes/mdde_CustomBusinessRule/Event_Handlers/Event_Handlers.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<o:TypedCategoryTargetItem Id="31E6C4C4-8DF4-45EC-B33F-E5A952CB1FBD"> | ||
<a:TypePublicName>EventHandlerTargetItem</a:TypePublicName> | ||
<a:ObjectID>31E6C4C4-8DF4-45EC-B33F-E5A952CB1FBD</a:ObjectID> | ||
<a:Name>Event Handlers</a:Name> | ||
<a:CreationDate>1726841992</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<c:Categories> | ||
<xi:include href="CanCreate.xml" /> | ||
</c:Categories> | ||
</o:TypedCategoryTargetItem> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...e_BusinessRuleWithMapping/Stereotypes/mdde_PivotBusinessRule/Event_Handlers/CanCreate.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<o:EventHandlerTargetItem Id="C4D48095-33A0-4455-8D05-5478F6C651DD"> | ||
<a:ObjectID>C4D48095-33A0-4455-8D05-5478F6C651DD</a:ObjectID> | ||
<a:Name>CanCreate</a:Name> | ||
<a:CreationDate>1726754458</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<a:HandlerScript>Function %CanCreate%(parent) | ||
'the parent represents the PivotBusinessRule which communicaties with the model object' | ||
'the default value for the attribute is set to TRUE in the form' | ||
|
||
%CanCreate% = False | ||
' If the parent is known return the value of the MDDE configuration extended attribute. | ||
If Not (parent Is Nothing) Then | ||
%CanCreate% = parent.Model.GetExtendedAttribute("mdde_Feature_BusinessRule_Pivot") | ||
End If | ||
End Function</a:HandlerScript> | ||
</o:EventHandlerTargetItem> |
11 changes: 11 additions & 0 deletions
11
...inessRuleWithMapping/Stereotypes/mdde_PivotBusinessRule/Event_Handlers/Event_Handlers.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<o:TypedCategoryTargetItem Id="0C1D316D-5A7D-48B9-BFB3-CF87A105268A"> | ||
<a:TypePublicName>EventHandlerTargetItem</a:TypePublicName> | ||
<a:ObjectID>0C1D316D-5A7D-48B9-BFB3-CF87A105268A</a:ObjectID> | ||
<a:Name>Event Handlers</a:Name> | ||
<a:CreationDate>1726754458</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<c:Categories> | ||
<xi:include href="CanCreate.xml" /> | ||
</c:Categories> | ||
</o:TypedCategoryTargetItem> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...e_ExpressionBusinessRule/Stereotypes/mdde_FilterBusinessRule/Event_Handlers/CanCreate.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<o:EventHandlerTargetItem Id="290DC1CF-77B8-47D6-90F6-F868A176A63A"> | ||
<a:ObjectID>290DC1CF-77B8-47D6-90F6-F868A176A63A</a:ObjectID> | ||
<a:Name>CanCreate</a:Name> | ||
<a:CreationDate>1726842654</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<a:HandlerScript>Function %CanCreate%(parent) | ||
'the parent represents the FilterBusinessRule which communicaties with the model object' | ||
'the default value for the attribute is set to TRUE in the form' | ||
|
||
%CanCreate% = False | ||
' If the parent is known return the value of the MDDE configuration extended attribute. | ||
If Not (parent Is Nothing) Then | ||
%CanCreate% = parent.Model.GetExtendedAttribute("mdde_Feature_BusinessRule_Filter") | ||
End If | ||
End Function</a:HandlerScript> | ||
</o:EventHandlerTargetItem> |
11 changes: 11 additions & 0 deletions
11
...ressionBusinessRule/Stereotypes/mdde_FilterBusinessRule/Event_Handlers/Event_Handlers.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<o:TypedCategoryTargetItem Id="67229A03-E6AA-4682-B62A-A059A7C7F183"> | ||
<a:TypePublicName>EventHandlerTargetItem</a:TypePublicName> | ||
<a:ObjectID>67229A03-E6AA-4682-B62A-A059A7C7F183</a:ObjectID> | ||
<a:Name>Event Handlers</a:Name> | ||
<a:CreationDate>1726842654</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<c:Categories> | ||
<xi:include href="CanCreate.xml" /> | ||
</c:Categories> | ||
</o:TypedCategoryTargetItem> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...e_ExpressionBusinessRule/Stereotypes/mdde_ScalarBusinessRule/Event_Handlers/CanCreate.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<o:EventHandlerTargetItem Id="7A536EA2-A24B-47FA-B288-442F690950B1"> | ||
<a:ObjectID>7A536EA2-A24B-47FA-B288-442F690950B1</a:ObjectID> | ||
<a:Name>CanCreate</a:Name> | ||
<a:CreationDate>1726842683</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<a:HandlerScript>Function %CanCreate%(parent) | ||
'the parent represents the ScalarBusinessRule which communicaties with the model object' | ||
'the default value for the attribute is set to TRUE in the form' | ||
|
||
%CanCreate% = False | ||
' If the parent is known return the value of the MDDE configuration extended attribute. | ||
If Not (parent Is Nothing) Then | ||
%CanCreate% = parent.Model.GetExtendedAttribute("mdde_Feature_BusinessRule_Scalar") | ||
End If | ||
End Function</a:HandlerScript> | ||
</o:EventHandlerTargetItem> |
11 changes: 11 additions & 0 deletions
11
...ressionBusinessRule/Stereotypes/mdde_ScalarBusinessRule/Event_Handlers/Event_Handlers.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<o:TypedCategoryTargetItem Id="B4C49304-F4C0-4FA2-84AA-C0657EA5377F"> | ||
<a:TypePublicName>EventHandlerTargetItem</a:TypePublicName> | ||
<a:ObjectID>B4C49304-F4C0-4FA2-84AA-C0657EA5377F</a:ObjectID> | ||
<a:Name>Event Handlers</a:Name> | ||
<a:CreationDate>1726842683</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<c:Categories> | ||
<xi:include href="CanCreate.xml" /> | ||
</c:Categories> | ||
</o:TypedCategoryTargetItem> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...nsions/MDDE_LDM/Profile/Model/Extended_Attributes/mdde_Feature_BusinessRule_Aggregate.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<o:ExtendedAttributeTargetItem Id="52F0CC72-6B0C-44B8-A875-5DC31F6A52BA"> | ||
<a:ObjectID>52F0CC72-6B0C-44B8-A875-5DC31F6A52BA</a:ObjectID> | ||
<a:Name>mdde_Feature_BusinessRule_Aggregate</a:Name> | ||
<a:CreationDate>1726842440</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:Comment>This extended attribute is added to refer to the event handler CanCreate to be able to enable the aggregate business rule </a:Comment> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<a:ExtendedAttributeTargetItem.Value>true</a:ExtendedAttributeTargetItem.Value> | ||
<a:Label>MDDE enable aggregate business rule</a:Label> | ||
</o:ExtendedAttributeTargetItem> |
10 changes: 10 additions & 0 deletions
10
...xtensions/MDDE_LDM/Profile/Model/Extended_Attributes/mdde_Feature_BusinessRule_Custom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<o:ExtendedAttributeTargetItem Id="89500EF5-C44B-4220-A363-A2620305F64A"> | ||
<a:ObjectID>89500EF5-C44B-4220-A363-A2620305F64A</a:ObjectID> | ||
<a:Name>mdde_Feature_BusinessRule_Custom</a:Name> | ||
<a:CreationDate>1726842337</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:Comment>This extended attribute is added to refer to the event handler CanCreate to be able to enable the custom business rule </a:Comment> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<a:ExtendedAttributeTargetItem.Value>true</a:ExtendedAttributeTargetItem.Value> | ||
<a:Label>MDDE enable custom business rule</a:Label> | ||
</o:ExtendedAttributeTargetItem> |
10 changes: 10 additions & 0 deletions
10
...xtensions/MDDE_LDM/Profile/Model/Extended_Attributes/mdde_Feature_BusinessRule_Filter.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<o:ExtendedAttributeTargetItem Id="0DEE60FE-69C3-4B1B-BE43-B4721C19FC70"> | ||
<a:ObjectID>0DEE60FE-69C3-4B1B-BE43-B4721C19FC70</a:ObjectID> | ||
<a:Name>mdde_Feature_BusinessRule_Filter</a:Name> | ||
<a:CreationDate>1726841633</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:Comment>This extended attribute is added to refer to the event handler CanCreate to be able to enable the filter business rule </a:Comment> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<a:ExtendedAttributeTargetItem.Value>true</a:ExtendedAttributeTargetItem.Value> | ||
<a:Label>MDDE enable filter business rule</a:Label> | ||
</o:ExtendedAttributeTargetItem> |
10 changes: 10 additions & 0 deletions
10
...extensions/MDDE_LDM/Profile/Model/Extended_Attributes/mdde_Feature_BusinessRule_Pivot.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<o:ExtendedAttributeTargetItem Id="B3CFF5CB-A1B0-4149-AF6A-AAD39EF84993"> | ||
<a:ObjectID>B3CFF5CB-A1B0-4149-AF6A-AAD39EF84993</a:ObjectID> | ||
<a:Name>mdde_Feature_BusinessRule_Pivot</a:Name> | ||
<a:CreationDate>1726754724</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:Comment>This extended attribute is added to refer to the event handler CanCreate to be able to enable the pivot business rule </a:Comment> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<a:ExtendedAttributeTargetItem.Value>true</a:ExtendedAttributeTargetItem.Value> | ||
<a:Label>MDDE enable pivot business rule</a:Label> | ||
</o:ExtendedAttributeTargetItem> |
10 changes: 10 additions & 0 deletions
10
...xtensions/MDDE_LDM/Profile/Model/Extended_Attributes/mdde_Feature_BusinessRule_Scalar.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<o:ExtendedAttributeTargetItem Id="380C3059-E59A-4556-AF67-19B74A862155"> | ||
<a:ObjectID>380C3059-E59A-4556-AF67-19B74A862155</a:ObjectID> | ||
<a:Name>mdde_Feature_BusinessRule_Scalar</a:Name> | ||
<a:CreationDate>1726841036</a:CreationDate> | ||
<a:Creator>RichaneRamsoedit</a:Creator> | ||
<a:Comment>This extended attribute is added to refer to the event handler CanCreate to be able to enable the scalar business rule </a:Comment> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<a:ExtendedAttributeTargetItem.Value>true</a:ExtendedAttributeTargetItem.Value> | ||
<a:Label>MDDE enable scalar business rule</a:Label> | ||
</o:ExtendedAttributeTargetItem> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
decomposed/extensions/MDDE_LDM/Profile/Model/Forms/mdde_Configuration.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<o:FormTargetItem Id="82A848B3-38C7-40F2-AB0F-ECE90F5DB908"> | ||
<a:ObjectID>82A848B3-38C7-40F2-AB0F-ECE90F5DB908</a:ObjectID> | ||
<a:Name>mdde_Configuration</a:Name> | ||
<a:FormTargetItem.Value><Form > | ||
<GroupBox Name="Enabling/Disabling Business Rule features" Caption="Enable/Disable Business Rule features" ControlAsLabel="No" > | ||
<StaticText Name="Description enable/disable" Caption="With the options below you can enable/disable business rules.\nThe reason to enable/disable these business rules is for configuration options that are specific for any organisation." /> | ||
<ExtendedAttribute Attribute="mdde_Feature_BusinessRule_Pivot" Caption="Enable Pivot business rule " AttributeID="{B3CFF5CB-A1B0-4149-AF6A-AAD39EF84993}" GrayHiddenAttributes="Yes" Display="Checkbox" LeftText="No" /> | ||
<ExtendedAttribute Attribute="mdde_Feature_BusinessRule_Filter" Caption="Enable Filter business rule " AttributeID="{0DEE60FE-69C3-4B1B-BE43-B4721C19FC70}" GrayHiddenAttributes="Yes" Display="Checkbox" LeftText="No" /> | ||
<ExtendedAttribute Attribute="mdde_Feature_BusinessRule_Aggregate" Caption="Enable Aggregate business rule " AttributeID="{52F0CC72-6B0C-44B8-A875-5DC31F6A52BA}" GrayHiddenAttributes="Yes" Display="Checkbox" LeftText="No" /> | ||
<ExtendedAttribute Attribute="mdde_Feature_BusinessRule_Scalar" Caption="Enable Scalar business rule " AttributeID="{380C3059-E59A-4556-AF67-19B74A862155}" GrayHiddenAttributes="Yes" Display="Checkbox" LeftText="No" /> | ||
<ExtendedAttribute Attribute="mdde_Feature_BusinessRule_Custom" Caption="Enable Custom business rule " AttributeID="{89500EF5-C44B-4220-A363-A2620305F64A}" GrayHiddenAttributes="Yes" Display="Checkbox" LeftText="No" /> | ||
</GroupBox> | ||
<GroupBox Name="GroupBox1" Caption="XML Export" ControlAsLabel="No" > | ||
<StaticText Name="XML Export Configuration" Caption="With the options below you can enable/disable the export of certain metadata.\nThe reason to disable unneeded metadata is to increase the export speed and keep the model export as small as possible." /> | ||
<ExtendedAttribute Attribute="mdde_Export_SourceObject_ExpressionBusinessRule_SqlExpression" Caption="SourceObject &lt;&lt;ExpressionBusinessRule&gt;&gt; SQL Expression" AttributeID="{A3455CE1-6457-40F7-9C0B-599E355AF4DE}" GrayHiddenAttributes="Yes" SizeInChars="1" LineNumber="3" HorizontalResize="true" VerticalResize="true" Display="Checkbox" LeftText="No" /> | ||
</GroupBox> | ||
</Form> | ||
</a:FormTargetItem.Value> | ||
<a:CreationDate>1716375491</a:CreationDate> | ||
<a:Creator>HarmenWessels</a:Creator> | ||
<a:TargetCategory.Type>1</a:TargetCategory.Type> | ||
<a:Label>Configuration (MDDE)</a:Label> | ||
</o:FormTargetItem> |
13 changes: 0 additions & 13 deletions
13
decomposed/extensions/MDDE_LDM/Profile/Model/Forms/mdde_XmlExportConfiguration.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.