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

Merge branch '2021.0.0_1057884_MailActivityDescription_mw' into '2021.0.0'

[Projekt: Entwicklung - xRM][TicketNr.: 1057884][Darstellung von Aktivität aus Mail]

See merge request xrm/basic!610
parents c8b8d781 5014ea9c
No related branches found
No related tags found
No related merge requests found
......@@ -572,7 +572,7 @@
</entityParameter>
<entityField>
<name>countLinks</name>
<title> number of connections</title>
<title>number of connections</title>
<valueProcess>%aditoprj%/entity/Activity_entity/entityfields/countlinks/valueProcess.js</valueProcess>
</entityField>
<entityField>
......@@ -724,6 +724,12 @@
</entityActionField>
</children>
</entityActionGroup>
<entityField>
<name>infoTable</name>
<title>Description</title>
<contentType>LONG_TEXT</contentType>
<valueProcess>%aditoprj%/entity/Activity_entity/entityfields/infotable/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
import("system.result");
import("system.vars");
import("system.text");
result.string(text.html2text(vars.get("$field.INFO")));
\ No newline at end of file
......@@ -90,7 +90,7 @@
</neonTableColumn>
<neonTableColumn>
<name>692a655b-18f5-4323-8d87-ee42726bed38</name>
<entityField>INFO</entityField>
<entityField>infoTable</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
......
......@@ -38,7 +38,7 @@
</neonTableColumn>
<neonTableColumn>
<name>a32a87b0-79ed-4774-9331-a814298c4ee8</name>
<entityField>INFO</entityField>
<entityField>infoTable</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
......
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