Skip to content
Snippets Groups Projects
Commit a0d1f80f authored by Sophia Leierseder's avatar Sophia Leierseder
Browse files

campaign step medium

parent 13ce784f
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<column name="USER_EDIT" type="NVARCHAR(50)" /> <column name="USER_EDIT" type="NVARCHAR(50)" />
<column name="DATE_EDIT" type="DATE" /> <column name="DATE_EDIT" type="DATE" />
<column name="PREDECESSORSTEP_ID" type="CHAR(36)" /> <column name="PREDECESSORSTEP_ID" type="CHAR(36)" />
<column name="STEP_MEDIUM" type="CHAR(36)" />
</createTable> </createTable>
</changeSet> </changeSet>
</databaseChangeLog> </databaseChangeLog>
\ No newline at end of file
...@@ -8672,6 +8672,20 @@ ...@@ -8672,6 +8672,20 @@
<title></title> <title></title>
<description></description> <description></description>
</entityFieldDb> </entityFieldDb>
<entityFieldDb>
<name>STEP_MEDIUM</name>
<dbName></dbName>
<primaryKey v="false" />
<columnType v="1" />
<size v="36" />
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<documentation></documentation>
<title></title>
<description></description>
</entityFieldDb>
</entityFields> </entityFields>
</entityDb> </entityDb>
<entityDb> <entityDb>
......
...@@ -348,6 +348,25 @@ ...@@ -348,6 +348,25 @@
<triggerRecalculation v="true" /> <triggerRecalculation v="true" />
<description>PARAMETER</description> <description>PARAMETER</description>
</entityParameter> </entityParameter>
<entityField>
<name>STEP_MEDIUM</name>
<title>Medium</title>
<consumer>CampaignStepMedium</consumer>
</entityField>
<entityConsumer>
<name>CampaignStepMedium</name>
<dependency>
<name>dependency</name>
<entityName>KeywordEntry_entity</entityName>
<fieldName>SpecificContainerKeywords</fieldName>
</dependency>
<children>
<entityParameter>
<name>ContainerName_param</name>
<valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignstepmedium/children/containername_param/valueProcess.js</valueProcess>
</entityParameter>
</children>
</entityConsumer>
</entityFields> </entityFields>
<recordContainers> <recordContainers>
<dbRecordContainer> <dbRecordContainer>
...@@ -437,6 +456,10 @@ ...@@ -437,6 +456,10 @@
<name>PREDECESSORSTEP_ID.value</name> <name>PREDECESSORSTEP_ID.value</name>
<recordfield>CAMPAIGNSTEP.PREDECESSORSTEP_ID</recordfield> <recordfield>CAMPAIGNSTEP.PREDECESSORSTEP_ID</recordfield>
</dbRecordFieldMapping> </dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>STEP_MEDIUM.value</name>
<recordfield>CAMPAIGNSTEP.STEP_MEDIUM</recordfield>
</dbRecordFieldMapping>
</recordFieldMappings> </recordFieldMappings>
</dbRecordContainer> </dbRecordContainer>
</recordContainers> </recordContainers>
......
import("system.result");
import("Keyword_lib");
import("KeywordRegistry_basic");
result.string($KeywordRegistry.communicationMediumCampaign());
\ No newline at end of file
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
<name>CONTAINER</name> <name>CONTAINER</name>
<documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/container/documentation.adoc</documentation> <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/container/documentation.adoc</documentation>
<title>Container</title> <title>Container</title>
<groupable v="true" />
<mandatory v="true" /> <mandatory v="true" />
<dropDownProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/container/dropDownProcess.js</dropDownProcess> <dropDownProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/container/dropDownProcess.js</dropDownProcess>
<textInputAllowed v="true" /> <textInputAllowed v="true" />
<groupable v="true" />
<state>READONLY</state> <state>READONLY</state>
<stateProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/container/stateProcess.js</stateProcess> <stateProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/container/stateProcess.js</stateProcess>
</entityField> </entityField>
...@@ -397,6 +397,12 @@ ...@@ -397,6 +397,12 @@
<fieldName>KeywordClassificationTypes</fieldName> <fieldName>KeywordClassificationTypes</fieldName>
<isConsumer v="false" /> <isConsumer v="false" />
</entityDependency> </entityDependency>
<entityDependency>
<name>d79446e9-d983-4f7d-bce4-903bd2a69ada</name>
<entityName>CampaignStep_entity</entityName>
<fieldName>CampaignStepMedium</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies> </dependencies>
<children> <children>
<entityParameter> <entityParameter>
......
...@@ -52,6 +52,10 @@ ...@@ -52,6 +52,10 @@
<name>568fd355-f13f-4b40-801e-614790091fc5</name> <name>568fd355-f13f-4b40-801e-614790091fc5</name>
<entityField>PREDECESSORSTEP_ID</entityField> <entityField>PREDECESSORSTEP_ID</entityField>
</entityFieldLink> </entityFieldLink>
<entityFieldLink>
<name>70f8cbeb-c3c2-400a-a9ea-3bab2eafa97a</name>
<entityField>STEP_MEDIUM</entityField>
</entityFieldLink>
</fields> </fields>
</genericViewTemplate> </genericViewTemplate>
</children> </children>
......
...@@ -44,6 +44,10 @@ ...@@ -44,6 +44,10 @@
<name>9fa9d9f4-5851-4125-ba59-09aa2fb07f89</name> <name>9fa9d9f4-5851-4125-ba59-09aa2fb07f89</name>
<entityField>STATE</entityField> <entityField>STATE</entityField>
</neonTableColumn> </neonTableColumn>
<neonTableColumn>
<name>5599e14a-a1b9-4222-9e2f-d12922804486</name>
<entityField>STEP_MEDIUM</entityField>
</neonTableColumn>
</columns> </columns>
</tableViewTemplate> </tableViewTemplate>
<ganttViewTemplate> <ganttViewTemplate>
......
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
<name>0bffa6f8-cb18-47f8-a8f4-08cf9d718114</name> <name>0bffa6f8-cb18-47f8-a8f4-08cf9d718114</name>
<entityField>CampaignStatus</entityField> <entityField>CampaignStatus</entityField>
</entityFieldLink> </entityFieldLink>
<entityFieldLink>
<name>40873d2b-2449-4818-b608-cd336e96fae3</name>
<entityField>STEP_MEDIUM</entityField>
</entityFieldLink>
</fields> </fields>
</genericViewTemplate> </genericViewTemplate>
<scoreCardViewTemplate> <scoreCardViewTemplate>
......
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