From 05135b80f83fa931e490bc7a06c568d2d250fcd7 Mon Sep 17 00:00:00 2001 From: "M.Bilda" <m.bilda@adito.de> Date: Wed, 16 Sep 2020 11:22:49 +0200 Subject: [PATCH] Added the SalesprojectCode to the mailnickname for MST; Added Documentation; Fixed a Bug in MST Webservice because false decoding; --- .../MSTChooseTeam_entity/MSTChooseTeam_entity.aod | 1 + entity/MSTChooseTeam_entity/documentation.adoc | 14 ++++++++++++++ .../MSTTeamMember_entity/MSTTeamMember_entity.aod | 2 ++ entity/MSTTeamMember_entity/documentation.adoc | 14 ++++++++++++++ .../entityfields/membersofteam/documentation.adoc | 3 +++ entity/MSTTeam_entity/MSTTeam_entity.aod | 7 ++++++- entity/MSTTeam_entity/afterSave.js | 0 entity/MSTTeam_entity/documentation.adoc | 14 ++++++++++++++ .../recordcontainers/jdito/onInsert.js | 1 + .../MSTeamsActivityImport_entity.aod | 3 +++ .../documentation.adoc | 12 ++++++++++++ .../MSTeamsAddMembers_entity.aod | 1 + entity/MSTeamsAddMembers_entity/documentation.adoc | 14 ++++++++++++++ .../MSTeamsChannel_entity.aod | 3 +++ entity/MSTeamsChannel_entity/documentation.adoc | 14 ++++++++++++++ .../entityfields/channelsbyname/documentation.adoc | 3 +++ .../channelsforteam/documentation.adoc | 3 +++ .../MSTeamsDocument_entity.aod | 1 + entity/MSTeamsDocument_entity/documentation.adoc | 14 ++++++++++++++ .../MSTeamsMessage_entity.aod | 4 ++-- entity/MSTeamsMessage_entity/documentation.adoc | 14 ++++++++++++++ .../entityfields/messages/documentation.adoc | 3 +++ entity/Member_entity/Member_entity.aod | 5 +++++ .../children/createteam/onActionProcess.js | 1 + entity/Salesproject_entity/Salesproject_entity.aod | 4 ++++ .../salesprojectcode_param/valueProcess.js | 4 ++++ process/mstBot_rest/process.js | 7 +++---- 27 files changed, 159 insertions(+), 7 deletions(-) create mode 100644 entity/MSTChooseTeam_entity/documentation.adoc create mode 100644 entity/MSTTeamMember_entity/documentation.adoc create mode 100644 entity/MSTTeamMember_entity/entityfields/membersofteam/documentation.adoc delete mode 100644 entity/MSTTeam_entity/afterSave.js create mode 100644 entity/MSTTeam_entity/documentation.adoc create mode 100644 entity/MSTeamsActivityImport_entity/documentation.adoc create mode 100644 entity/MSTeamsAddMembers_entity/documentation.adoc create mode 100644 entity/MSTeamsChannel_entity/documentation.adoc create mode 100644 entity/MSTeamsChannel_entity/entityfields/channelsbyname/documentation.adoc create mode 100644 entity/MSTeamsChannel_entity/entityfields/channelsforteam/documentation.adoc create mode 100644 entity/MSTeamsDocument_entity/documentation.adoc create mode 100644 entity/MSTeamsMessage_entity/documentation.adoc create mode 100644 entity/MSTeamsMessage_entity/entityfields/messages/documentation.adoc create mode 100644 entity/Salesproject_entity/entityfields/members/children/salesprojectcode_param/valueProcess.js diff --git a/entity/MSTChooseTeam_entity/MSTChooseTeam_entity.aod b/entity/MSTChooseTeam_entity/MSTChooseTeam_entity.aod index ea7e4183dc..3fe2e3f7e7 100644 --- a/entity/MSTChooseTeam_entity/MSTChooseTeam_entity.aod +++ b/entity/MSTChooseTeam_entity/MSTChooseTeam_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.17" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.17"> <name>MSTChooseTeam_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/MSTChooseTeam_entity/documentation.adoc</documentation> <siblings /> <recordContainer>jdito</recordContainer> <entityFields> diff --git a/entity/MSTChooseTeam_entity/documentation.adoc b/entity/MSTChooseTeam_entity/documentation.adoc new file mode 100644 index 0000000000..9c7ade951f --- /dev/null +++ b/entity/MSTChooseTeam_entity/documentation.adoc @@ -0,0 +1,14 @@ +MSTChooseTeam +============ + +== Overview == +MSTChooseTeam is used to link any MST team to a sales project + +== A MSTChooseTeam consists of some modules: == +- MSTChooseTeam itself + +== BestPractice == + +== FAQ == + + diff --git a/entity/MSTTeamMember_entity/MSTTeamMember_entity.aod b/entity/MSTTeamMember_entity/MSTTeamMember_entity.aod index c05d6e59bd..5dfff61a5e 100644 --- a/entity/MSTTeamMember_entity/MSTTeamMember_entity.aod +++ b/entity/MSTTeamMember_entity/MSTTeamMember_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.17" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.17"> <name>MSTTeamMember_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/MSTTeamMember_entity/documentation.adoc</documentation> <siblings /> <recordContainer>jdito</recordContainer> <entityFields> @@ -66,6 +67,7 @@ </entityParameter> <entityProvider> <name>MembersOfTeam</name> + <documentation>%aditoprj%/entity/MSTTeamMember_entity/entityfields/membersofteam/documentation.adoc</documentation> <titlePlural>Team members</titlePlural> <dependencies> <entityDependency> diff --git a/entity/MSTTeamMember_entity/documentation.adoc b/entity/MSTTeamMember_entity/documentation.adoc new file mode 100644 index 0000000000..31059321e3 --- /dev/null +++ b/entity/MSTTeamMember_entity/documentation.adoc @@ -0,0 +1,14 @@ +MSTTeamMember +============ + +== Overview == +MSTTeamMember is used to get all members of a MST team + +== A MSTTeamMember consists of some modules: == +- MSTTeamMember itself + +== BestPractice == + +== FAQ == + + diff --git a/entity/MSTTeamMember_entity/entityfields/membersofteam/documentation.adoc b/entity/MSTTeamMember_entity/entityfields/membersofteam/documentation.adoc new file mode 100644 index 0000000000..f9cc1fa6dc --- /dev/null +++ b/entity/MSTTeamMember_entity/entityfields/membersofteam/documentation.adoc @@ -0,0 +1,3 @@ +Provider MembersOfTeam + +Provides the members of a team \ No newline at end of file diff --git a/entity/MSTTeam_entity/MSTTeam_entity.aod b/entity/MSTTeam_entity/MSTTeam_entity.aod index 10735e065b..4d7a5ff463 100644 --- a/entity/MSTTeam_entity/MSTTeam_entity.aod +++ b/entity/MSTTeam_entity/MSTTeam_entity.aod @@ -2,11 +2,11 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.17" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.17"> <name>MSTTeam_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/MSTTeam_entity/documentation.adoc</documentation> <grantUpdateProcess>%aditoprj%/entity/MSTTeam_entity/grantUpdateProcess.js</grantUpdateProcess> <grantDeleteProcess>%aditoprj%/entity/MSTTeam_entity/grantDeleteProcess.js</grantDeleteProcess> <contentTitleProcess>%aditoprj%/entity/MSTTeam_entity/contentTitleProcess.js</contentTitleProcess> <afterUiInit>%aditoprj%/entity/MSTTeam_entity/afterUiInit.js</afterUiInit> - <afterSave>%aditoprj%/entity/MSTTeam_entity/afterSave.js</afterSave> <recordContainer>jdito</recordContainer> <entityFields> <entityProvider> @@ -103,6 +103,11 @@ <name>#PROVIDER_AGGREGATES</name> <useAggregates v="true" /> </entityProvider> + <entityParameter> + <name>SalesprojectCode_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> </entityFields> <recordContainers> <jDitoRecordContainer> diff --git a/entity/MSTTeam_entity/afterSave.js b/entity/MSTTeam_entity/afterSave.js deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/entity/MSTTeam_entity/documentation.adoc b/entity/MSTTeam_entity/documentation.adoc new file mode 100644 index 0000000000..1d8ddac0f3 --- /dev/null +++ b/entity/MSTTeam_entity/documentation.adoc @@ -0,0 +1,14 @@ +MSTTeam +============ + +== Overview == +MSTTeam is used to display the linked team. create a team, edit a team + +== A MSTTeam consists of some modules: == +- MSTTeam itself + +== BestPractice == + +== FAQ == + + diff --git a/entity/MSTTeam_entity/recordcontainers/jdito/onInsert.js b/entity/MSTTeam_entity/recordcontainers/jdito/onInsert.js index 67814ad72f..0f208a0331 100644 --- a/entity/MSTTeam_entity/recordcontainers/jdito/onInsert.js +++ b/entity/MSTTeam_entity/recordcontainers/jdito/onInsert.js @@ -48,6 +48,7 @@ var mailNickName = teamName.replace(/(?:^\w|[A-Z]|\b\w|\s+)/g, function(match, i if (+match === 0) return ""; // or if (/\s+/.test(match)) for white spaces return index === 0 ? match.toLowerCase() : match.toUpperCase(); }); +mailNickName = mailNickName + vars.get("$param.SalesprojectCode_param"); var groupConfig = teams.createGroupConfig(teamName, mailNickName, ownerIds); if (description) diff --git a/entity/MSTeamsActivityImport_entity/MSTeamsActivityImport_entity.aod b/entity/MSTeamsActivityImport_entity/MSTeamsActivityImport_entity.aod index 75900dda74..6a44b2a44c 100644 --- a/entity/MSTeamsActivityImport_entity/MSTeamsActivityImport_entity.aod +++ b/entity/MSTeamsActivityImport_entity/MSTeamsActivityImport_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.17" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.17"> <name>MSTeamsActivityImport_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/MSTeamsActivityImport_entity/documentation.adoc</documentation> <siblings /> <recordContainer>jdito</recordContainer> <entityFields> @@ -16,6 +17,8 @@ <selectionMode>MULTI</selectionMode> <dependency> <name>dependency</name> + <entityName>MSTeamsMessage_entity</entityName> + <fieldName>Messages</fieldName> </dependency> <children> <entityParameter> diff --git a/entity/MSTeamsActivityImport_entity/documentation.adoc b/entity/MSTeamsActivityImport_entity/documentation.adoc new file mode 100644 index 0000000000..e9a7b4eade --- /dev/null +++ b/entity/MSTeamsActivityImport_entity/documentation.adoc @@ -0,0 +1,12 @@ +MSTTeamsActivityImport +============ + +== Overview == +MSTTeamsActivityImport is used to import messages from MST + +== A MSTTeamsActivityImport consists of some modules: == +- MSTTeamsActivityImport itself + +== BestPractice == + +== FAQ == \ No newline at end of file diff --git a/entity/MSTeamsAddMembers_entity/MSTeamsAddMembers_entity.aod b/entity/MSTeamsAddMembers_entity/MSTeamsAddMembers_entity.aod index d9be6c9f33..b3a788b7b0 100644 --- a/entity/MSTeamsAddMembers_entity/MSTeamsAddMembers_entity.aod +++ b/entity/MSTeamsAddMembers_entity/MSTeamsAddMembers_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.17" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.17"> <name>MSTeamsAddMembers_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/MSTeamsAddMembers_entity/documentation.adoc</documentation> <title>Add members</title> <siblings /> <recordContainer>jdito</recordContainer> diff --git a/entity/MSTeamsAddMembers_entity/documentation.adoc b/entity/MSTeamsAddMembers_entity/documentation.adoc new file mode 100644 index 0000000000..228acd4d94 --- /dev/null +++ b/entity/MSTeamsAddMembers_entity/documentation.adoc @@ -0,0 +1,14 @@ +MSTeamsAddMembers +============ + +== Overview == +MSTeamsAddMembers is used to add Members + +== A MSTeamsAddMembers consists of some modules: == +- MSTeamsAddMembers itself + +== BestPractice == + +== FAQ == + + diff --git a/entity/MSTeamsChannel_entity/MSTeamsChannel_entity.aod b/entity/MSTeamsChannel_entity/MSTeamsChannel_entity.aod index 0b7cae243a..819f857c1a 100644 --- a/entity/MSTeamsChannel_entity/MSTeamsChannel_entity.aod +++ b/entity/MSTeamsChannel_entity/MSTeamsChannel_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.17" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.17"> <name>MSTeamsChannel_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/MSTeamsChannel_entity/documentation.adoc</documentation> <title>Channel</title> <siblings /> <contentTitleProcess>%aditoprj%/entity/MSTeamsChannel_entity/contentTitleProcess.js</contentTitleProcess> @@ -20,6 +21,7 @@ </entityField> <entityProvider> <name>ChannelsForTeam</name> + <documentation>%aditoprj%/entity/MSTeamsChannel_entity/entityfields/channelsforteam/documentation.adoc</documentation> <dependencies> <entityDependency> <name>a784ee43-b2ef-4d55-a092-9c7f822905fa</name> @@ -43,6 +45,7 @@ <entityProvider> <name>ChannelsByName</name> <lookupIdfield>CHANNELNAME</lookupIdfield> + <documentation>%aditoprj%/entity/MSTeamsChannel_entity/entityfields/channelsbyname/documentation.adoc</documentation> <dependencies> <entityDependency> <name>3dfb5be2-d956-4e8a-9aec-4c80b81e0527</name> diff --git a/entity/MSTeamsChannel_entity/documentation.adoc b/entity/MSTeamsChannel_entity/documentation.adoc new file mode 100644 index 0000000000..84851137bf --- /dev/null +++ b/entity/MSTeamsChannel_entity/documentation.adoc @@ -0,0 +1,14 @@ +MSTeamsChannel +============ + +== Overview == +MSTeamsChannel is used to get all channels of a MST Team + +== A MSTeamsChannel consists of some modules: == +- MSTeamsChannel itself + +== BestPractice == + +== FAQ == + + diff --git a/entity/MSTeamsChannel_entity/entityfields/channelsbyname/documentation.adoc b/entity/MSTeamsChannel_entity/entityfields/channelsbyname/documentation.adoc new file mode 100644 index 0000000000..276b88812f --- /dev/null +++ b/entity/MSTeamsChannel_entity/entityfields/channelsbyname/documentation.adoc @@ -0,0 +1,3 @@ +Provider ChannelsByName + +Gets all channels by their names \ No newline at end of file diff --git a/entity/MSTeamsChannel_entity/entityfields/channelsforteam/documentation.adoc b/entity/MSTeamsChannel_entity/entityfields/channelsforteam/documentation.adoc new file mode 100644 index 0000000000..c8c3ce9e56 --- /dev/null +++ b/entity/MSTeamsChannel_entity/entityfields/channelsforteam/documentation.adoc @@ -0,0 +1,3 @@ +Provider ChannelsForTeam + +Gets all channels for the specific team \ No newline at end of file diff --git a/entity/MSTeamsDocument_entity/MSTeamsDocument_entity.aod b/entity/MSTeamsDocument_entity/MSTeamsDocument_entity.aod index a3bac6db68..9929c440ae 100644 --- a/entity/MSTeamsDocument_entity/MSTeamsDocument_entity.aod +++ b/entity/MSTeamsDocument_entity/MSTeamsDocument_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.17" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.17"> <name>MSTeamsDocument_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/MSTeamsDocument_entity/documentation.adoc</documentation> <siblings /> <recordContainer>jdito</recordContainer> <entityFields> diff --git a/entity/MSTeamsDocument_entity/documentation.adoc b/entity/MSTeamsDocument_entity/documentation.adoc new file mode 100644 index 0000000000..e751b842c9 --- /dev/null +++ b/entity/MSTeamsDocument_entity/documentation.adoc @@ -0,0 +1,14 @@ +MSTeamsDocument +============ + +== Overview == +MSTeamsDocument is used to synchronize all MST Documents with ADITO + +== A MSTeamsDocument consists of some modules: == +- MSTeamsDocument itself + +== BestPractice == + +== FAQ == + + diff --git a/entity/MSTeamsMessage_entity/MSTeamsMessage_entity.aod b/entity/MSTeamsMessage_entity/MSTeamsMessage_entity.aod index 26f7ab7d0c..d4f61630a7 100644 --- a/entity/MSTeamsMessage_entity/MSTeamsMessage_entity.aod +++ b/entity/MSTeamsMessage_entity/MSTeamsMessage_entity.aod @@ -2,7 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.17" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.17"> <name>MSTeamsMessage_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <siblings /> + <documentation>%aditoprj%/entity/MSTeamsMessage_entity/documentation.adoc</documentation> <recordContainer>jdito</recordContainer> <entityFields> <entityProvider> @@ -23,6 +23,7 @@ </entityField> <entityProvider> <name>Messages</name> + <documentation>%aditoprj%/entity/MSTeamsMessage_entity/entityfields/messages/documentation.adoc</documentation> <recordContainer>jdito</recordContainer> <dependencies> <entityDependency> @@ -64,7 +65,6 @@ <jDitoRecordContainer> <name>jdito</name> <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/MSTTeamsMessage_entity/recordcontainers/jdito/contentProcess.js</contentProcess> <title>Nachrichten</title> <recordFieldMappings> <jDitoRecordFieldMapping> diff --git a/entity/MSTeamsMessage_entity/documentation.adoc b/entity/MSTeamsMessage_entity/documentation.adoc new file mode 100644 index 0000000000..739a9e5de3 --- /dev/null +++ b/entity/MSTeamsMessage_entity/documentation.adoc @@ -0,0 +1,14 @@ +MSTeamsMessage +============ + +== Overview == +MSTeamsMessage is used to get the messages written in MST + +== A MSTeamsMessage consists of some modules: == +- MSTeamsMessage itself + +== BestPractice == + +== FAQ == + + diff --git a/entity/MSTeamsMessage_entity/entityfields/messages/documentation.adoc b/entity/MSTeamsMessage_entity/entityfields/messages/documentation.adoc new file mode 100644 index 0000000000..6bcca7fb1e --- /dev/null +++ b/entity/MSTeamsMessage_entity/entityfields/messages/documentation.adoc @@ -0,0 +1,3 @@ +Provider Messages + +Provides the messages for other entities \ No newline at end of file diff --git a/entity/Member_entity/Member_entity.aod b/entity/Member_entity/Member_entity.aod index 47bf2599e3..854bfe8f3e 100644 --- a/entity/Member_entity/Member_entity.aod +++ b/entity/Member_entity/Member_entity.aod @@ -304,6 +304,11 @@ <name>EnableMSTeams_param</name> <expose v="true" /> </entityParameter> + <entityParameter> + <name>SalesprojectCode_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> </entityFields> <recordContainers> <dbRecordContainer> diff --git a/entity/Member_entity/entityfields/msteamsactiongroup/children/createteam/onActionProcess.js b/entity/Member_entity/entityfields/msteamsactiongroup/children/createteam/onActionProcess.js index cb23d1d3c0..611e6d3926 100644 --- a/entity/Member_entity/entityfields/msteamsactiongroup/children/createteam/onActionProcess.js +++ b/entity/Member_entity/entityfields/msteamsactiongroup/children/createteam/onActionProcess.js @@ -18,6 +18,7 @@ if (objectType === "Salesproject") .arrayRow(); params["TeamName_param"] = teamName; params["Description_param"] = description; + params["SalesprojectCode_param"] = vars.get("$param.SalesprojectCode_param"); } neon.openContext("MSTTeam", null, null, neon.OPERATINGSTATE_NEW, params); \ No newline at end of file diff --git a/entity/Salesproject_entity/Salesproject_entity.aod b/entity/Salesproject_entity/Salesproject_entity.aod index b2cf87ec29..7dd6be4989 100644 --- a/entity/Salesproject_entity/Salesproject_entity.aod +++ b/entity/Salesproject_entity/Salesproject_entity.aod @@ -280,6 +280,10 @@ <name>EnableMSTeams_param</name> <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/members/children/enablemsteams_param/valueProcess.js</valueProcess> </entityParameter> + <entityParameter> + <name>SalesprojectCode_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/members/children/salesprojectcode_param/valueProcess.js</valueProcess> + </entityParameter> </children> </entityConsumer> <entityActionField> diff --git a/entity/Salesproject_entity/entityfields/members/children/salesprojectcode_param/valueProcess.js b/entity/Salesproject_entity/entityfields/members/children/salesprojectcode_param/valueProcess.js new file mode 100644 index 0000000000..598d579e33 --- /dev/null +++ b/entity/Salesproject_entity/entityfields/members/children/salesprojectcode_param/valueProcess.js @@ -0,0 +1,4 @@ +import("system.result"); +import("system.vars"); + +result.string(vars.get("$field.PROJECTCODE")); \ No newline at end of file diff --git a/process/mstBot_rest/process.js b/process/mstBot_rest/process.js index 1b36280111..c93ca1c87a 100644 --- a/process/mstBot_rest/process.js +++ b/process/mstBot_rest/process.js @@ -9,12 +9,11 @@ import("Date_lib"); function restpost(pRequestAsJson) { - //Umformen, dass man den Body des Requests als JsonFormat Base64 decodiert hat + //Umformen, dass man den Body des Requests als JsonFormat Base64 decodiert hat var jsonRequest = JSON.parse(pRequestAsJson); - logging.log(jsonRequest); var body = jsonRequest.body; - var decodedBody = util.decodeBase64String(body); - var jsonBody = JSON.parse(decodedBody); + var jsonBody = JSON.parse(body); + //Nötig, falls dies der InitialRequest ist var eventType = jsonBody.channelData.eventType; -- GitLab