Skip to content
Snippets Groups Projects
Commit a899ac8a authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch '1062048_FixProductTilesAsLookup' into '2020.1'

[Projekt: Entwicklung - Neon][TicketNr.: 1062048][Kachelansicht in Lookupview]

See merge request xrm/basic!316
parents bed2ce50 8b98319a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<filterView>ProductFilter_view</filterView>
<editView>ProductEdit_view</editView>
<previewView>ProductPreview_view</previewView>
<lookupView>ProductFilter_view</lookupView>
<lookupView>ProductLookup_view</lookupView>
<entity>Product_entity</entity>
<references>
<neonViewReference>
......@@ -27,5 +27,9 @@
<name>5580ead4-2257-4cdb-a3ac-5e7067c4c1ab</name>
<view>ProductPreview_view</view>
</neonViewReference>
<neonViewReference>
<name>ec872778-87d1-4070-a3da-3808da326119</name>
<view>ProductLookup_view</view>
</neonViewReference>
</references>
</neonContext>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.6">
<name>ProductLookup_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/neonView/ProductLookup_view/documentation.adoc</documentation>
<layout>
<noneLayout>
<name>layout</name>
</noneLayout>
</layout>
<children>
<tableViewTemplate>
<name>table</name>
<titleField>PRODUCTNAME</titleField>
<subtitleField>PRODUCTCODE</subtitleField>
<entityField>#ENTITY</entityField>
<linkedColumns>
<element>PRODUCTNAME</element>
</linkedColumns>
<columns>
<neonTableColumn>
<name>6d4cafea-bc73-4df1-949e-1aba224780ed</name>
<entityField>#IMAGE</entityField>
</neonTableColumn>
<neonTableColumn>
<name>ef5fa8f0-7a72-4201-ad2e-44496490d2b2</name>
<entityField>PRODUCTCODE</entityField>
</neonTableColumn>
<neonTableColumn>
<name>35834ce8-cd8b-452f-b558-484d2a3a8f02</name>
<entityField>PRODUCTNAME</entityField>
</neonTableColumn>
<neonTableColumn>
<name>f125dbe5-3f46-46dc-b037-4765b115997f</name>
<entityField>GROUPCODEID</entityField>
</neonTableColumn>
<neonTableColumn>
<name>40b14795-afcb-4ae5-b5df-cd667a5b8219</name>
<entityField>STATUS</entityField>
</neonTableColumn>
<neonTableColumn>
<name>86fce471-6d2e-4066-9bdb-2ed04f940f7d</name>
<entityField>CONTACT_ID</entityField>
</neonTableColumn>
<neonTableColumn>
<name>2a2e74e4-dc45-4133-92d6-f2797fc3dcd7</name>
<entityField>UNIT</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
</children>
</neonView>
== ProductLookup_view
Needed, because using the normal filterview as the lookup would result in the tileTemplate being used as the lookup.
\ No newline at end of file
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