Skip to content
Snippets Groups Projects
Commit c7423a12 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

ScanServices - warnings 2

parent 0cba1dbb
No related branches found
No related tags found
No related merge requests found
{
"entries": [
{
"target": "aliasDefinition/Data_alias/Data_alias.aod",
"line": -1,
"description": "The table \"DATABASECHANGELOG\" has no primary key [65]",
"groupName": "nb-tasklist-warning"
},
{
"target": "aliasDefinition/_____SYSTEMALIAS/_____SYSTEMALIAS.aod",
"line": -1,
"description": "The table \"DATABASECHANGELOG\" has no primary key [65]",
"groupName": "nb-tasklist-warning"
}
]
}
\ No newline at end of file
......@@ -730,6 +730,21 @@
<recordfield>ACTIVITY.ACTIVITYID</recordfield>
<aggregateType>COUNT</aggregateType>
</aggregateFieldDbMapping>
<dbRecordFieldMapping>
<name>ENTRYDAY.value</name>
<expression>%aditoprj%/entity/Activity_entity/recordcontainers/db/recordfieldmappings/entryday.value/expression.js</expression>
<isFilterable v="true" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>ENTRYMONTH.value</name>
<expression>%aditoprj%/entity/Activity_entity/recordcontainers/db/recordfieldmappings/entrymonth.value/expression.js</expression>
<isFilterable v="true" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>ENTRYYEAR.value</name>
<expression>%aditoprj%/entity/Activity_entity/recordcontainers/db/recordfieldmappings/entryyear.value/expression.js</expression>
<isFilterable v="true" />
</dbRecordFieldMapping>
</recordFieldMappings>
<filterExtensions>
<filterExtensionSet>
......
import("system.result");
import("Sql_lib");
var helper = new SqlMaskingUtils();
result.string(helper.dayFromDate("ACTIVITY.ENTRYDATE"));
\ No newline at end of file
import("system.result");
import("Sql_lib");
var helper = new SqlMaskingUtils();
result.string(helper.monthFromDate("ACTIVITY.ENTRYDATE"));
\ No newline at end of file
import("system.result");
import("Sql_lib");
var helper = new SqlMaskingUtils();
result.string(helper.yearFromDate("ACTIVITY.ENTRYDATE"));
\ No newline at end of file
......@@ -1379,9 +1379,6 @@
<recordfield>ORGANISATION.ORGANISATIONID</recordfield>
<aggregateType>COUNT</aggregateType>
</aggregateFieldDbMapping>
<dbRecordFieldMapping>
<name>COUNT.value</name>
</dbRecordFieldMapping>
</recordFieldMappings>
<filterExtensions>
<filterExtensionSet>
......
......@@ -712,7 +712,6 @@
<title>Project type</title>
<description>own field for setting the project type attribute in the new mode, required for creating Salesprojects in QuickEntry</description>
<consumer>ProjectTypeAttribute</consumer>
<groupable v="true" />
</entityField>
<entityConsumer>
<name>ProjectTypeAttribute</name>
......@@ -898,9 +897,6 @@
<isFilterable v="true" />
<isLookupFilter v="true" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>COUNT.value</name>
</dbRecordFieldMapping>
<aggregateFieldDbMapping>
<name>COUNT_aggregate.value</name>
<recordfield>SALESPROJECT.SALESPROJECTID</recordfield>
......
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