Skip to content
Snippets Groups Projects
Commit 7604beff authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Demo-PossibleItems für MEDIUM_ID u ADDR_TYPE, Adressen aus ORG-Slaves entfernt

parent 1d26c9dd
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
<tableName>ADDRESS</tableName>
<columnName>ADDR_TYPE</columnName>
<caption>Adresstyp</caption>
<possibleItemsProcess>%aditoprj%/entity/Address_entity/entityfields/addr_type/possibleItemsProcess.js</possibleItemsProcess>
</entityField>
<entityField>
<name>BUILDINGNO</name>
......
import("system.result");
import("system.translate");
var types = [
["0", translate.text("Hauptadresse")]
,["1", translate.text("Lieferadresse")]
,["2", translate.text("Privatadresse")]
];
result.object(types);
\ No newline at end of file
......@@ -36,6 +36,7 @@
<tableName>COMM</tableName>
<columnName>MEDIUM_ID</columnName>
<caption>Medium</caption>
<possibleItemsProcess>%aditoprj%/entity/Comm_entity/entityfields/medium_id/possibleItemsProcess.js</possibleItemsProcess>
</entityField>
<entityField>
<name>RELATION_ID</name>
......
import("system.result");
import("system.translate");
var types = [
["0", translate.text("Email")]
,["1", translate.text("Telefon")]
,["2", translate.text("Internet")]
,["3", translate.text("Handy")]
];
result.object(types);
\ No newline at end of file
......@@ -44,7 +44,7 @@
<tableName>ORG</tableName>
<columnName>INFO</columnName>
<caption>Information</caption>
<contentType>HTML</contentType>
<contentType>TEXT</contentType>
</entityField>
<entityField>
<name>NAME</name>
......@@ -93,6 +93,7 @@
<columnName>LANGUAGE</columnName>
<caption>Language</caption>
<possibleItemsProcess>%aditoprj%/entity/Org_entity/entityfields/language/possibleItemsProcess.js</possibleItemsProcess>
<selectionMode>SINGLE</selectionMode>
</entityField>
<entityField>
<name>ORG_ID</name>
......
......@@ -25,10 +25,5 @@
<entityField>PersOrg_dfo</entityField>
<view>PersFilter_view</view>
</neonViewReference>
<neonViewReference>
<name>cce1d1ef-cc69-455a-a2a6-3357c80bb235</name>
<entityField>OrgAddress_dfo</entityField>
<view>AddressFilter_view</view>
</neonViewReference>
</children>
</neonView>
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