diff --git a/entity/MSTChooseTeam_entity/MSTChooseTeam_entity.aod b/entity/MSTChooseTeam_entity/MSTChooseTeam_entity.aod index ea7e4183dcf1ff39dc36ee633a4166de0f0a565b..3fe2e3f7e7ffdef8765b4100c7f9578332fb2598 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 0000000000000000000000000000000000000000..9c7ade951f57aa6c65c168ac40b9c6928b8d9509 --- /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 c05d6e59bd3bb16a692433d1324d9bb46a84342c..5dfff61a5e6ce074a6af97ffd6cedc64f859d21f 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 0000000000000000000000000000000000000000..31059321e3f9951411240a778c077d89bda07fbc --- /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 0000000000000000000000000000000000000000..f9cc1fa6dc82eea3b61b20c766c074e38ac518f1 --- /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 10735e065bf387cc2569c7588597bfd7415acaf8..4d7a5ff463e1caff77f6a11dde4f15ea44e45b98 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/entity/MSTTeam_entity/documentation.adoc b/entity/MSTTeam_entity/documentation.adoc new file mode 100644 index 0000000000000000000000000000000000000000..1d8ddac0f359514ccb2d7bef6dc161e4227d6036 --- /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 67814ad72f2006af24c861f674332daf35fd62c2..0f208a0331c05b316f0215adef4f3f7c81bb82f5 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 75900dda74e1bd5d7fa5a7267448c41be074ccae..6a44b2a44c160efdaf6bb75f5e7dbe8f6ea3964e 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 0000000000000000000000000000000000000000..e9a7b4eadedbbcc63946070f941eecaa515905cd --- /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 d9be6c9f33680c87878cbcb2fcb21756861374e7..b3a788b7b01d1fc0034463680723dc9fa96bcb6a 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 0000000000000000000000000000000000000000..228acd4d94057e2d72496ce933e8e8e39307b1e9 --- /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 0b7cae243a3ca4690a37b38b0210b479f7e13d44..819f857c1ae9ec50fe1d484b298e17ffbe8d7f31 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 0000000000000000000000000000000000000000..84851137bfe4a7a9bbd4b774b01bb719b904ed06 --- /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 0000000000000000000000000000000000000000..276b88812f25badc1678f208ee47a4d156d0089e --- /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 0000000000000000000000000000000000000000..c8c3ce9e5628a6d5e656abb9f9babc3167fe1ca1 --- /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 a3bac6db687a05099b821b7c45d309ed0519395e..9929c440ae7a5d952e3c19cb7a6b1001aa165e3c 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 0000000000000000000000000000000000000000..e751b842c923ed49543f07c8af2a3203628ad8b2 --- /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 26f7ab7d0cb1d27c79fd0d594a14b8199d9f16cd..d4f61630a7e9ba33f0007a5c690efaa675179260 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 0000000000000000000000000000000000000000..739a9e5de3c0c179690583b7d534b85203990865 --- /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 0000000000000000000000000000000000000000..6bcca7fb1e986c54ce197ca8a4134ad98c23e51c --- /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 47bf2599e3a010bfebc5b25d84cce5484c4e2a00..854bfe8f3ec23bef48dd2b1706aa7077987909bc 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 cb23d1d3c0ba6ba8e5a232725a805ff73da22981..611e6d3926780aa4e436f626508e3b1f7a8a4cbc 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 b2cf87ec299314496803c0b50aafcf06d743db27..7dd6be498918bba54a2bd550a0f9ddea0610290f 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 0000000000000000000000000000000000000000..598d579e335bcff49a488b488728055a608e6da4 --- /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 1b362801118db07f9ae09bc5af92aeea83bf9333..c93ca1c87aa2e9770cf5510c7b46c8c6f1871878 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;