Skip to content
Snippets Groups Projects
Commit 464c2707 authored by Nico Bugl's avatar Nico Bugl
Browse files

Fix Competition

parent 797228b3
No related branches found
No related tags found
No related merge requests found
import("system.result");
// Target Group (Zielgruppe)
result.string("5d1a2b05-f04e-4ad7-9fd0-8efa09a33a53");
\ No newline at end of file
import("AttributeRegistry_basic");
import("system.result");
// Target Group (Zielgruppe)
result.string($AttributeRegistry.targetGroup());
\ No newline at end of file
import("system.result");
// Competitor
result.string("fc09afd5-5f74-4e48-af26-3600bb4c9610");
\ No newline at end of file
import("AttributeRegistry_basic");
import("system.result");
// Competitor
result.string($AttributeRegistry.targetGroup$competitior());
\ No newline at end of file
......@@ -111,8 +111,8 @@ TODO: intuitive möglichkeit, auf dend Stand aus Relation zurückzusetzen... akt
<name>Contacts</name>
<dependency>
<name>dependency</name>
<entityName>KeywordAttribute_entity</entityName>
<fieldName></fieldName>
<entityName>Person_entity</entityName>
<fieldName>Contacts</fieldName>
</dependency>
<children>
<entityParameter>
......
......@@ -728,6 +728,12 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
<fieldName>ContactsConsumer</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>4d317eb3-6a4e-40c6-946e-d54289dcd99b</name>
<entityName>Member_entity</entityName>
<fieldName>Contacts</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
......
......@@ -12,4 +12,6 @@ function $AttributeRegistry(){}
$AttributeRegistry.pricelist = function(){return "97b449a5-d9b4-42ff-b9b0-4f8b27b8a9ec";};
$AttributeRegistry.paymentTerm = function(){return "292fae38-6557-466d-8843-3b1b4a1f6599";};
$AttributeRegistry.deliveryTerm = function(){return "3a6e11fc-b00a-4cf3-975a-a5e8b60fc5cb";};
\ No newline at end of file
$AttributeRegistry.deliveryTerm = function(){return "3a6e11fc-b00a-4cf3-975a-a5e8b60fc5cb";};
$AttributeRegistry.targetGroup = function(){return "c7d28377-8cb1-4f92-a9ac-ed08041a782b";};
$AttributeRegistry.targetGroup$competitior = function(){return "1d30d0ab-6103-4972-84c0-fd23eef15ca1";};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment