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

merged master into campaignmanagement

parents a0d1f80f 376cbe61
No related branches found
No related tags found
No related merge requests found
Showing
with 303 additions and 1 deletion
import("system.calendars");
import("system.neon");
import("system.result");
if(calendars.getBackendType() == calendars.BACKEND_EXCHANGEWS)
result.object(neon.COMPONENTSTATE_EDITABLE);
else
result.object(neon.COMPONENTSTATE_INVISIBLE);
\ No newline at end of file
import("system.calendars");
import("system.neon");
import("system.result");
if(calendars.getBackendType() == calendars.BACKEND_EXCHANGEWS)
result.object(neon.COMPONENTSTATE_EDITABLE);
else
result.object(neon.COMPONENTSTATE_INVISIBLE);
\ No newline at end of file
import("system.calendars");
import("system.neon");
import("system.result");
if(calendars.getBackendType() == calendars.BACKEND_EXCHANGEWS)
result.object(neon.COMPONENTSTATE_EDITABLE);
else
result.object(neon.COMPONENTSTATE_INVISIBLE);
\ No newline at end of file
import("system.logging");
import("system.result"); import("system.result");
import("system.db"); import("system.db");
import("system.vars"); import("system.vars");
import("Sql_lib"); import("Sql_lib");
logging.log("grantDelete " + (parseInt(db.cell(SqlCondition.begin()
.andPrepare("CLASSIFICATION.CLASSIFICATIONTYPE_ID", vars.get("$field.CLASSIFICATIONTYPEID"))
.buildSql("select count(*) from CLASSIFICATION", "1=2"))) <= 0))
result.object(parseInt(db.cell(SqlCondition.begin() result.object(parseInt(db.cell(SqlCondition.begin()
.andPrepare("CLASSIFICATION.CLASSIFICATIONTYPE_ID", vars.get("$field.CLASSIFICATIONTYPEID")) .andPrepare("CLASSIFICATION.CLASSIFICATIONTYPE_ID", vars.get("$field.CLASSIFICATIONTYPEID"))
.buildSql("select count(*) from CLASSIFICATION", "1=2"))) <= 0); .buildSql("select count(*) from CLASSIFICATION", "1=2"))) <= 0);
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6">
<name>CommRestriction_Entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<title>Advertising ban</title>
<titlePlural>Advertising bans</titlePlural>
<recordContainer>db</recordContainer>
<entityFields>
<entityProvider>
<name>#PROVIDER</name>
</entityProvider>
<entityField>
<name>CONTACT_ID</name>
<title>Person</title>
<valueProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/contact_id/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>MEDIUM</name>
<title>Advertising ban</title>
<consumer>CommRestrictionMedium</consumer>
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/medium/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/medium/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
<name>STARTDATE</name>
<title>Valid from</title>
<contentType>DATE</contentType>
<resolution>DAY</resolution>
<valueProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/startdate/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>EMPLOYEE_INVOLVED</name>
<title>Responsible</title>
<consumer>EmployeeInvolved</consumer>
<valueProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/employee_involved/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/employee_involved/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
<name>REASON</name>
<title>Reason</title>
<contentType>LONG_TEXT</contentType>
</entityField>
<entityField>
<name>COMMRESTRICTIONID</name>
<valueProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/commrestrictionid/valueProcess.js</valueProcess>
</entityField>
<entityConsumer>
<name>EmployeeInvolved</name>
<dependency>
<name>dependency</name>
<entityName>Employee_entity</entityName>
<fieldName>Employees</fieldName>
</dependency>
</entityConsumer>
<entityConsumer>
<name>CommRestrictionMedium</name>
<dependency>
<name>dependency</name>
<entityName>KeywordEntry_entity</entityName>
<fieldName>SpecificContainerKeywords</fieldName>
</dependency>
<children>
<entityParameter>
<name>ContainerName_param</name>
<valueProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/commrestrictionmedium/children/containername_param/valueProcess.js</valueProcess>
<expose v="false" />
</entityParameter>
</children>
</entityConsumer>
<entityProvider>
<name>PersonsCommRestriction</name>
<dependencies>
<entityDependency>
<name>b50e33cd-e20f-4bdf-b0ee-2ecdab921ffd</name>
<entityName>Person_entity</entityName>
<fieldName>CommRestrictions</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
<name>PersonId_param</name>
<expose v="true" />
<triggerRecalculation v="true" />
<mandatory v="true" />
</entityParameter>
</children>
</entityProvider>
<entityParameter>
<name>PersonId_param</name>
<expose v="true" />
<triggerRecalculation v="true" />
<mandatory v="true" />
</entityParameter>
<entityField>
<name>ICON</name>
<colorProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/icon/colorProcess.js</colorProcess>
<contentType>IMAGE</contentType>
<valueProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/icon/valueProcess.js</valueProcess>
</entityField>
<entityConsumer>
<name>MediumKeywordAttribute</name>
<dependency>
<name>dependency</name>
<entityName>KeywordAttribute_entity</entityName>
<fieldName>SpecificContainerKeyword</fieldName>
</dependency>
<children>
<entityParameter>
<name>ContainerName_param</name>
<valueProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/mediumkeywordattribute/children/containername_param/valueProcess.js</valueProcess>
</entityParameter>
</children>
</entityConsumer>
</entityFields>
<recordContainers>
<dbRecordContainer>
<name>db</name>
<alias>Data_alias</alias>
<conditionProcess>%aditoprj%/entity/CommRestriction_Entity/recordcontainers/db/conditionProcess.js</conditionProcess>
<linkInformation>
<linkInformation>
<name>d02c4bb0-c0aa-46fa-bf1b-4bcc44aeb012</name>
<tableName>COMMRESTRICTION</tableName>
<primaryKey>COMMRESTRICTIONID</primaryKey>
<isUIDTable v="true" />
<readonly v="false" />
</linkInformation>
</linkInformation>
<recordFieldMappings>
<dbRecordFieldMapping>
<name>COMMRESTRICTIONID.value</name>
<recordfield>COMMRESTRICTION.COMMRESTRICTIONID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>CONTACT_ID.value</name>
<recordfield>COMMRESTRICTION.CONTACT_ID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>EMPLOYEE_INVOLVED.value</name>
<recordfield>COMMRESTRICTION.EMPLOYEE_INVOLVED</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>MEDIUM.value</name>
<recordfield>COMMRESTRICTION.MEDIUM</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>REASON.value</name>
<recordfield>COMMRESTRICTION.REASON</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>STARTDATE.value</name>
<recordfield>COMMRESTRICTION.STARTDATE</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>EMPLOYEE_INVOLVED.displayValue</name>
<expression>%aditoprj%/entity/CommRestriction_Entity/recordcontainers/db/recordfieldmappings/employee_involved.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>MEDIUM.displayValue</name>
<expression>%aditoprj%/entity/CommRestriction_Entity/recordcontainers/db/recordfieldmappings/medium.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
</recordFieldMappings>
</dbRecordContainer>
</recordContainers>
</entity>
import("system.util");
import("system.vars");
import("system.result");
import("system.neon");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW)
result.string(util.getNewUUID());
\ No newline at end of file
import("system.result");
import("Keyword_lib");
import("KeywordRegistry_basic");
result.string($KeywordRegistry.communicationMediumCampaign());
\ No newline at end of file
import("system.result");
import("system.neon");
import("system.vars");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW)
{
if(vars.exists("$param.PersonId_param") && vars.get("$param.PersonId_param") != null) {
result.string(vars.getString("$param.PersonId_param"));
}
}
\ No newline at end of file
import("system.vars");
import("system.result");
import("Contact_lib");
result.string(ContactUtils.getTitleByContactId(vars.get("$field.EMPLOYEE_INVOLVED")));
\ No newline at end of file
import("system.result");
import("system.neon");
import("system.vars");
import("Employee_lib");
if (vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.get("$this.value"))
result.string(EmployeeUtils.getCurrentContactId());
\ No newline at end of file
import("system.neon");
import("system.result");
result.string(neon.PRIORITY_HIGH_COLOR);
\ No newline at end of file
import("system.result");
import("system.vars");
import("Keyword_lib");
import("KeywordRegistry_basic");
var med = vars.getString("$field.MEDIUM");
var ban;
if (med)
{
var keywordAttributes = KeywordUtils.getAttributeRelationsByKey(med, $KeywordRegistry.communicationMediumCampaign())
ban = keywordAttributes.AdvertisingBanIcon;
}
result.string(ban)
import("system.result");
import("system.vars");
import("Keyword_lib");
import("KeywordRegistry_basic");
import("system.translate");
//result.string(KeywordUtils.getViewValue($KeywordRegistry.communicationMediumCampaign(), vars.get("$field.MEDIUM")));
var med = vars.getString("$field.MEDIUM");
var ban;
if (med == "")
{
result.string("")
}
else
{
var keywordAttributes = KeywordUtils.getAttributeRelationsByKey(med, $KeywordRegistry.communicationMediumCampaign())
ban = keywordAttributes.AdvertisingBan;
result.string(translate.text(ban))
}
import("system.result");
result.string(keywordAttributes.AdvertisingBan);
\ No newline at end of file
import("system.datetime");
import("system.vars");
import("system.result");
import("system.neon");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.getString("$this.value"))
result.string(datetime.date());
\ No newline at end of file
import("system.db");
import("system.result");
import("Sql_lib");
var cond = new SqlCondition();
cond.andPrepareVars("COMMRESTRICTION.CONTACT_ID", "$param.PersonId_param");
//TODO: use a preparedCondition when available #1030812 #1034026
result.string(db.translateCondition(cond.build("1 = 1")));
\ No newline at end of file
import("system.result");
import("Person_lib");
//TODO: try to find a better solution for this -> #TITLE-mechanic when available
var subSql = PersUtils.getResolvingDisplaySubSql("COMMRESTRICTION.EMPLOYEE_INVOLVED");
result.string(subSql);
\ No newline at end of file
...@@ -59,6 +59,12 @@ ...@@ -59,6 +59,12 @@
<fieldName>Contexts</fieldName> <fieldName>Contexts</fieldName>
<isConsumer v="false" /> <isConsumer v="false" />
</entityDependency> </entityDependency>
<entityDependency>
<name>420468aa-c237-4e29-a24f-8851e56343b9</name>
<entityName>Offer_entity</entityName>
<fieldName>Contexts</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies> </dependencies>
<children> <children>
<entityParameter> <entityParameter>
...@@ -118,6 +124,10 @@ ...@@ -118,6 +124,10 @@
<expose v="true" /> <expose v="true" />
<description>PARAMETER</description> <description>PARAMETER</description>
</entityParameter> </entityParameter>
<entityParameter>
<name>Whitelist</name>
<expose v="true" />
</entityParameter>
</entityFields> </entityFields>
<recordContainers> <recordContainers>
<jDitoRecordContainer> <jDitoRecordContainer>
......
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