Skip to content
Snippets Groups Projects
Commit 6b94d109 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1029657][Produktbeschreiung hinzufügen]

parent 7395b9fb
No related branches found
No related tags found
No related merge requests found
......@@ -261,6 +261,11 @@
<fieldName>ProductRelation_dfi</fieldName>
</dependency>
</entityOutgoingField>
<entityField>
<name>INFO</name>
<title>Description</title>
<contentType>LONG_TEXT</contentType>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
......@@ -26,5 +26,9 @@
<name>5580ead4-2257-4cdb-a3ac-5e7067c4c1ab</name>
<view>ProductPreview_view</view>
</neonViewReference>
<neonViewReference>
<name>f5f7c429-56ca-421e-8e43-e8da14ca88a0</name>
<view>ProductDescription_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.0.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.1">
<name>ProductDescription_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
<name>layout</name>
</boxLayout>
</layout>
<children>
<genericViewTemplate>
<name>ProductDescription_template</name>
<showDrawer v="true" />
<drawerCaption>Description</drawerCaption>
<entityField>#ENTITY</entityField>
<fields>
<entityFieldLink>
<name>cd7cd596-0f25-4067-9aac-5ee188a3af64</name>
<entityField>INFO</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
</children>
</neonView>
......@@ -37,6 +37,10 @@
<name>0019c5bd-368f-457a-b6e3-dd1d12cbe19e</name>
<entityField>PRODUCTNAME</entityField>
</entityFieldLink>
<entityFieldLink>
<name>07f4aa57-24e9-4ce2-8b81-c4a3e8bcbce6</name>
<entityField>INFO</entityField>
</entityFieldLink>
<entityFieldLink>
<name>49b07dd2-1ee1-4b80-88a7-daf4879848d2</name>
<entityField>STATUS</entityField>
......
......@@ -14,6 +14,11 @@
<entityField>#ENTITY</entityField>
<view>ProductPreview_view</view>
</neonViewReference>
<neonViewReference>
<name>51f37fe5-91e1-4b76-83b3-be0319e871a4</name>
<entityField>#ENTITY</entityField>
<view>ProductDescription_view</view>
</neonViewReference>
<neonViewReference>
<name>7f416115-ff89-45ca-be10-ed568cac266c</name>
<entityField>ProductProd2prod_dfo</entityField>
......
......@@ -13,6 +13,7 @@
<constraints nullable="false" unique="true" uniqueConstraintName="UNIQUE_PRODUCT_PRODUCTCODE"/>
</column>
<column name="PRODUCTNAME" type="NVARCHAR(50)"/>
<column name="INFO" type="NCLOB"/>
<column name="STATUS" type="INTEGER"/>
<column name="UNIT" type="INTEGER"/>
<column name="STANDARD" type="INTEGER"/>
......
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