diff --git a/aliasDefinition/Data_alias/Data_alias.aod b/aliasDefinition/Data_alias/Data_alias.aod index 6bc32d7d9dabe6094c7105967e5314134507ad39..129f13c5f9793726fea84b96ca0ecc860452bbdc 100644 --- a/aliasDefinition/Data_alias/Data_alias.aod +++ b/aliasDefinition/Data_alias/Data_alias.aod @@ -5088,6 +5088,180 @@ </entityFieldDb> </entityFields> </entityDb> + <entityDb> + <name>AB_LOGHISTORY</name> + <dbName></dbName> + <idColumn>AB_LOGHISTORYID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>TABLENAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="30" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DESCRIPTION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>SOURCE_TABLENAMEID</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> + <entityFieldDb> + <name>LOGTYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="1" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>SOURCE_TABLENAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="30" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>AB_LOGHISTORYID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>TABLENAMEID</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> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> </entities> </entityGroup> </aliasDefDb> diff --git a/entity/LogHistory_entity/LogHistory_entity.aod b/entity/LogHistory_entity/LogHistory_entity.aod index d9e9f9bfb00cf1464e847c509592be7262fbcc03..b1ef5987822005bd2acc6bf98a1bad48521dc7e8 100644 --- a/entity/LogHistory_entity/LogHistory_entity.aod +++ b/entity/LogHistory_entity/LogHistory_entity.aod @@ -12,6 +12,7 @@ <entityField> <name>DATE_NEW</name> <contentType>DATE</contentType> + <resolution>SECOND</resolution> <mandatory v="true" /> </entityField> <entityField> @@ -23,14 +24,6 @@ <contentType>TEXT</contentType> <mandatory v="true" /> </entityField> - <entityField> - <name>TABLENAME</name> - <mandatory v="true" /> - </entityField> - <entityField> - <name>TABLENAMEID</name> - <mandatory v="true" /> - </entityField> <entityParameter> <name>tablenameId_param</name> <expose v="true" /> @@ -71,13 +64,16 @@ <mandatory v="true" /> <description>PARAMETER</description> </entityParameter> + <entityField> + <name>LOGHISTORYID</name> + <mandatory v="true" /> + </entityField> </entityFields> <recordContainers> <dbRecordContainer> <name>db</name> <title>LogHistory</title> <alias>Data_alias</alias> - <fromClauseProcess>%aditoprj%/entity/LogHistory_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> <conditionProcess>%aditoprj%/entity/LogHistory_entity/recordcontainers/db/conditionProcess.js</conditionProcess> <linkInformation> <linkInformation> @@ -110,6 +106,10 @@ <name>USER_NEW.value</name> <recordfield>AB_LOGHISTORY.USER_NEW</recordfield> </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LOGHISTORYID.value</name> + <recordfield>AB_LOGHISTORY.AB_LOGHISTORYID</recordfield> + </dbRecordFieldMapping> </recordFieldMappings> </dbRecordContainer> </recordContainers> diff --git a/entity/LogHistory_entity/entityfields/icon/valueProcess.js b/entity/LogHistory_entity/entityfields/icon/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..99ead80ca86db298117227846aab3b893c0a89c6 --- /dev/null +++ b/entity/LogHistory_entity/entityfields/icon/valueProcess.js @@ -0,0 +1,3 @@ +import("system.result"); + +result.string("NEON:HISTORY"); \ No newline at end of file diff --git a/entity/LogHistory_entity/imageProcess.js b/entity/LogHistory_entity/imageProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..1206221d6b2098453563589d3414163150d452e0 --- /dev/null +++ b/entity/LogHistory_entity/imageProcess.js @@ -0,0 +1,4 @@ +import("system.vars"); +import("system.result"); + +result.string(vars.getString("$field.ICON")); \ No newline at end of file diff --git a/entity/LogHistory_entity/recordcontainers/db/conditionProcess.js b/entity/LogHistory_entity/recordcontainers/db/conditionProcess.js index ce43c94ef6eab2c80d87b38983140899370d2ce6..64d80196abae86ad6fdd5799efb1d46c31466ca9 100644 --- a/entity/LogHistory_entity/recordcontainers/db/conditionProcess.js +++ b/entity/LogHistory_entity/recordcontainers/db/conditionProcess.js @@ -1,10 +1,7 @@ import("system.vars"); -import("system.db"); import("system.result"); -import("Sql_lib"); -var cond = SqlCondition.begin().andPrepareVars("TABLENAMEID", "$param.tablenameId_param").andPrepareVars("TABLENAME", "$param.Tablename_param") - .orSqlCondition(SqlCondition.begin().andPrepareVars("TABLENAMEID", "$param.contactId_param") - .andSqlCondition(SqlCondition.begin().orPrepare("TABLENAME", "CONTACT").orPrepare("TABLENAME", "COMMUNICATION") - .orPepare("TABLENAME", "ADDRESS").orPrepare("TABLENAME", "AB_ATTRIBUTERELATION"))); -result.string(db.translateCondition(cond.build("1 = 1"))); +var sql = "(TABLENAMEID = '" + vars.get("$param.tablenameId_param") + "' and TABLENAME = '" + vars.get("$param.tablename_param") + "') " + + "or (TABLENAMEID = '" + vars.get("$param.contactId_param") + "' " + + "and (TABLENAME='CONTACT' or TABLENAME='COMMUNICATION' or TABLENAME='ADDRESS' or TABLENAME='AB_ATTRIBUTERELATION'))"; +result.string(sql); \ No newline at end of file diff --git a/entity/LogHistory_entity/recordcontainers/db/fromClauseProcess.js b/entity/LogHistory_entity/recordcontainers/db/fromClauseProcess.js deleted file mode 100644 index 71013597007327c84369527ffe823a2153b25e6d..0000000000000000000000000000000000000000 --- a/entity/LogHistory_entity/recordcontainers/db/fromClauseProcess.js +++ /dev/null @@ -1,3 +0,0 @@ -import("system.result"); - -result.string("AB_LOGHISTORY"); \ No newline at end of file diff --git a/others/db_changes/data_alias/basic/init/init.xml b/others/db_changes/data_alias/basic/init/init.xml index c4653839c7b975a5f2951845804b0ef995888eeb..815fe63a943f01e1b53daa22c5a53360388e8aee 100644 --- a/others/db_changes/data_alias/basic/init/init.xml +++ b/others/db_changes/data_alias/basic/init/init.xml @@ -9,7 +9,8 @@ <include relativeToChangelogFile="true" file="struct/AditoBasic/create_ab_keyword_attributerelation.xml"/> <include relativeToChangelogFile="true" file="struct/AditoBasic/create_ab_countryinfo.xml"/> <include relativeToChangelogFile="true" file="struct/AditoBasic/create_ab_language.xml"/> - + <include relativeToChangelogFile="true" file="struct/AditoBasic/create_ab_loghistory.xml"/> +</databaseChangeLog> <include relativeToChangelogFile="true" file="struct/create_person.xml"/> <include relativeToChangelogFile="true" file="struct/create_organisation.xml"/> <include relativeToChangelogFile="true" file="struct/create_contact.xml"/> diff --git a/process/indexsearch_patternextension/indexsearch_patternextension.aod b/process/indexsearch_patternextension/indexsearch_patternextension.aod index 21e2ac8d88f8b88ffad4c83f07ffd79913e49839..88ec85ec6e55943e74b601b9a1e7ccd5158fb58d 100644 --- a/process/indexsearch_patternextension/indexsearch_patternextension.aod +++ b/process/indexsearch_patternextension/indexsearch_patternextension.aod @@ -2,4 +2,5 @@ <process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.0"> <name>indexsearch_patternextension</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <process>%aditoprj%/process/indexsearch_patternextension/process.js</process> </process> diff --git a/process/indexsearch_patternextension/process.js b/process/indexsearch_patternextension/process.js new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391