Skip to content
Snippets Groups Projects
Commit 4b38b497 authored by Martin Bilda's avatar Martin Bilda
Browse files

MSTeams Anbindung Prototyp

parent c40fce66
No related branches found
No related tags found
No related merge requests found
......@@ -1266,6 +1266,16 @@
</entityParameter>
</children>
</entityProvider>
<entityActionGroup>
<name>TestGroup</name>
<children>
<entityActionField>
<name>addRecordAction</name>
<title>addRecord</title>
<onActionProcess>%aditoprj%/entity/Person_entity/entityfields/testgroup/children/addrecordaction/onActionProcess.js</onActionProcess>
</entityActionField>
</children>
</entityActionGroup>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
import("system.neon");
var test = {
"AddressSearch" : "response.address"
};
neon.addRecord("Documents", test)
\ No newline at end of file
......@@ -44,5 +44,23 @@
</entityFieldLink>
</fields>
</genericViewTemplate>
<titledListViewTemplate>
<name>asdf</name>
<entityField>#ENTITY</entityField>
<columns>
<neonTitledListTableColumn>
<name>e6ac0add-846d-47e9-be74-478848406bb9</name>
<entityField>MAILSOFEXTERN</entityField>
</neonTitledListTableColumn>
<neonTitledListTableColumn>
<name>a9b05950-bed2-4a5d-a608-ae58bc0b23ac</name>
<entityField>UPNSOFMEMBERS</entityField>
</neonTitledListTableColumn>
<neonTitledListTableColumn>
<name>e3081201-52ee-4d09-9039-8228769d189c</name>
<entityField>DESCRIPTION</entityField>
</neonTitledListTableColumn>
</columns>
</titledListViewTemplate>
</children>
</neonView>
......@@ -11,6 +11,7 @@
<children>
<tableViewTemplate>
<name>Members</name>
<favoriteActionGroup1>MSTeamsActionGroup</favoriteActionGroup1>
<iconField>IMAGE</iconField>
<titleField>PERSON_FULL_NAME</titleField>
<subtitleField>CONTACTROLE</subtitleField>
......
......@@ -91,5 +91,24 @@
<entityField>Attributes</entityField>
<view>AttributeRelationMultiEdit_view</view>
</neonViewReference>
<actionsViewTemplate>
<name>asdf</name>
<actions>
<element>TestGroup</element>
</actions>
<entityField>#ENTITY</entityField>
</actionsViewTemplate>
<genericViewTemplate>
<name>ihu</name>
<editMode v="true" />
<entityField>#ENTITY</entityField>
<title>hui</title>
<fields>
<entityFieldLink>
<name>e6d21257-2eef-4de2-8d5f-a8a0fd3188a9</name>
<entityField>FIRSTNAME</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
</children>
</neonView>
......@@ -40,6 +40,7 @@
<indexsearchIncrementingIndexerEnabled v="true" />
<indexsearchIncrementingIndexerInterval v="1000" />
<indexsearchIncrementingIndexerBunchSize v="250" />
<userdirectoryAlias>_____SYSTEMALIAS</userdirectoryAlias>
<mailBridgeMailserver>
<mailbridgeMailserver>
<name>abfa63d1-a47e-41f6-a87d-138bf04adc1e</name>
......
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