Skip to content
Snippets Groups Projects
Commit ce316c9a authored by Markus Escher's avatar Markus Escher
Browse files

set Relationlookup to default

parent 53d3667b
No related branches found
No related tags found
No related merge requests found
......@@ -10,36 +10,46 @@
</entityIncomingField>
<entityField>
<name>ADDRESS_ID</name>
<searchable v="false" />
</entityField>
<entityField>
<name>DATE_EDIT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Relation_entity/entityfields/date_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_NEW</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Relation_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>LANGUAGE</name>
<searchable v="false" />
</entityField>
<entityField>
<name>ORG_ID</name>
<searchable v="false" />
</entityField>
<entityField>
<name>PERS_ID</name>
<searchable v="false" />
</entityField>
<entityField>
<name>RELATIONID</name>
<searchable v="false" />
</entityField>
<entityField>
<name>STATUS</name>
<searchable v="false" />
</entityField>
<entityField>
<name>USER_EDIT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Relation_entity/entityfields/user_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_NEW</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Relation_entity/entityfields/user_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
......@@ -47,6 +57,7 @@
<description>Relation type. Value is based on the existance or non-existance of ORG_ID and PERS_ID.
See RelationUtils.getRelationTypeByPersOrg for possible values</description>
<contentType>NUMBER</contentType>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Relation_entity/entityfields/relationtype/valueProcess.js</valueProcess>
</entityField>
<entityOutgoingField>
......
......@@ -2,7 +2,6 @@
<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.0.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.0.0">
<name>Relation_context</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<lookupview>RelationLookup_view</lookupview>
<entity>Relation_entity</entity>
<references>
<neonViewReference>
......
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