Skip to content
Snippets Groups Projects
Commit eb0ae387 authored by Martin Groppe's avatar Martin Groppe
Browse files

[Projekt: xRM-Marketing][TicketNr.: 2001556][Serienmail: Versand wiederholen/fortsetzen]

parent 5b43ce9e
No related branches found
No related tags found
No related merge requests found
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="m.groppe" id="2b6407d3-ca7c-4215-913a-1c3f216e26ff">
<dropColumn tableName="BULKMAILRECIPIENT" columnName="PROBLEM"/>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -4,4 +4,5 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<include relativeToChangelogFile="true" file="delete_bulkmailproblem_keyword.xml"/>
<include relativeToChangelogFile="true" file="insert_bulkmail_failed_status.xml"/>
<include relativeToChangelogFile="true" file="alter_bulkmailrecipient_drop_problem.xml"/>
</databaseChangeLog>
\ No newline at end of file
......@@ -7485,20 +7485,6 @@
<title></title>
<description></description>
</entityFieldDb>
<entityFieldDb>
<name>PROBLEM</name>
<dbName></dbName>
<primaryKey v="false" />
<columnType v="12" />
<size v="36" />
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<documentation></documentation>
<title></title>
<description></description>
</entityFieldDb>
<entityFieldDb>
<name>BULKMAILRECIPIENTID</name>
<dbName></dbName>
......
......@@ -289,14 +289,6 @@
<recordfield>BULKMAILRECIPIENT.EMAIL_ADDRESS</recordfield>
<isFilterable v="true" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>PROBLEM.value</name>
<recordfield>BULKMAILRECIPIENT.PROBLEM</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>PROBLEM.displayValue</name>
<expression>%aditoprj%/entity/BulkMailRecipient_entity/recordcontainers/db/recordfieldmappings/problem.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>IS_TEST_RECIPIENT.value</name>
<recordfield>BULKMAILRECIPIENT.IS_TEST_RECIPIENT</recordfield>
......
import("Contact_lib");
import("system.db");
import("system.result");
import("Keyword_lib");
import("KeywordRegistry_basic");
var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.bulkMailProblem(), "BULKMAILRECIPIENT.STATUS");
result.string(sql);
......@@ -310,8 +310,6 @@ $KeywordRegistry.orderType$credit = function(){return "ORDTYPECRED";};
$KeywordRegistry.orderType$cancellation = function(){return "ORDTYPECANC";};
$KeywordRegistry.dunningLevel = function(){return "DunningLevel";};
$KeywordRegistry.bulkMailProblem = function(){return "BulkMailProblem";};
$KeywordRegistry.importStatus = function(){return "ImportStatus";};
$KeywordRegistry.importStatus$created = function(){return "CREATED";};
$KeywordRegistry.importStatus$loaded = function(){return "LOADED";};
......
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