diff --git a/fluentui-ard/CanvasManifest.json b/fluentui-ard/CanvasManifest.json index 35ea2183b8e9947db350f8be195bdcae7897df73..633ead13a1dbd17fa52ef0820b3dc1464433551d 100644 --- a/fluentui-ard/CanvasManifest.json +++ b/fluentui-ard/CanvasManifest.json @@ -98,7 +98,7 @@ "zeroalltabindexes": false }, "Author": "", - "BindingErrorCount": 1, + "BindingErrorCount": 5, "ContainsThirdPartyPcfControls": false, "DefaultConnectedDataSourceMaxGetRowsCount": 500, "DocumentAppType": "Phone", @@ -117,7 +117,7 @@ "ManualOfflineProfileId": "", "Name": "ChatGPT-H-I", "OriginatingVersion": "1.335", - "ParserErrorCount": 2, + "ParserErrorCount": 0, "ShowStatusBar": false }, "PublishInfo": { diff --git a/fluentui-ard/Entropy/AppCheckerResult.sarif b/fluentui-ard/Entropy/AppCheckerResult.sarif index 2c6aa61cc001216d7865d4a2bc611007b3b42cf2..8f0c5a2929881a04885ca736c15d773877e5d7c6 100644 --- a/fluentui-ard/Entropy/AppCheckerResult.sarif +++ b/fluentui-ard/Entropy/AppCheckerResult.sarif @@ -23,10 +23,10 @@ "relativeAddress": 0 }, "region": { - "charLength": 1, - "charOffset": 125, + "charLength": 170, + "charOffset": 130, "snippet": { - "text": ")" + "text": "Office365Outlook.SendEmailV2(\"support@ardzsd.de\",\"#RBB - TK-Formular-mob-TK\" & \" \" & TextInput_Betreff.Text,TextInput_Nachricht.Text & \"<br><br>\" & \"RBB - PowerPlatform\")" } } }, @@ -38,12 +38,16 @@ } ], "message": { + "arguments": [ + "SendEmailV2", + "Office365Outlook" + ], "id": "issue" }, "properties": { "level": "High" }, - "ruleId": "app-ErrBadToken", + "ruleId": "app-ErrUnknownNamespaceFunction", "ruleIndex": 0 }, { @@ -60,9 +64,10 @@ "relativeAddress": 0 }, "region": { - "charOffset": 128, + "charLength": 17, + "charOffset": 215, "snippet": { - "text": "" + "text": "TextInput_Betreff" } } }, @@ -75,15 +80,14 @@ ], "message": { "arguments": [ - "Eof", - "ParenClose" + "TextInput_Betreff" ], "id": "issue" }, "properties": { "level": "High" }, - "ruleId": "app-ErrExpectedFound-Ex-Fnd", + "ruleId": "app-ErrInvalidName", "ruleIndex": 1 }, { @@ -100,10 +104,47 @@ "relativeAddress": 0 }, "region": { - "charLength": 1, - "charOffset": 59, + "charLength": 5, + "charOffset": 232, + "snippet": { + "text": ".Text" + } + } + }, + "properties": { + "member": "OnSelect", + "module": "Screen1", + "type": "Screen1.ConFkt1.SendMail1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "High" + }, + "ruleId": "app-ErrInvalidDot", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1.ConFkt1.SendMail1.OnSelect" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1.ConFkt1.SendMail1.OnSelect", + "relativeAddress": 0 + }, + "region": { + "charLength": 19, + "charOffset": 238, "snippet": { - "text": "(" + "text": "TextInput_Nachricht" } } }, @@ -116,15 +157,51 @@ ], "message": { "arguments": [ - "SendEmailV2", - "Office365Outlook" + "TextInput_Nachricht" ], "id": "issue" }, "properties": { "level": "High" }, - "ruleId": "app-ErrUnknownNamespaceFunction", + "ruleId": "app-ErrInvalidName", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1.ConFkt1.SendMail1.OnSelect" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1.ConFkt1.SendMail1.OnSelect", + "relativeAddress": 0 + }, + "region": { + "charLength": 5, + "charOffset": 257, + "snippet": { + "text": ".Text" + } + } + }, + "properties": { + "member": "OnSelect", + "module": "Screen1", + "type": "Screen1.ConFkt1.SendMail1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "High" + }, + "ruleId": "app-ErrInvalidDot", "ruleIndex": 2 }, { @@ -433,33 +510,30 @@ "name": "PowerApps app checker", "rules": [ { - "id": "app-ErrBadToken", + "id": "app-ErrUnknownNamespaceFunction", "messageStrings": { "issue": { - "text": "Unexpected characters. Characters are used in the formula in an unexpected way." + "text": "'{0}' is an unknown or unsupported function in namespace '{1}'." } }, "properties": { "componentType": "app", - "howToFix": [ - "Remove or replace the unexpected characters." - ], "level": "High", "primaryCategory": "formula", "whyFix": "" } }, { - "id": "app-ErrExpectedFound-Ex-Fnd", + "id": "app-ErrInvalidName", "messageStrings": { "issue": { - "text": "Unexpected characters. The formula contains '{0}' where '{1}' is expected." + "text": "Name isn't valid. '{0}' isn't recognized." } }, "properties": { "componentType": "app", "howToFix": [ - "Remove or replace the unexpected characters with an expected character." + "Remove or correct the reference to the name that isn't valid." ], "level": "High", "primaryCategory": "formula", @@ -467,10 +541,10 @@ } }, { - "id": "app-ErrUnknownNamespaceFunction", + "id": "app-ErrInvalidDot", "messageStrings": { "issue": { - "text": "'{0}' is an unknown or unsupported function in namespace '{1}'." + "text": "Invalid use of '.'" } }, "properties": { diff --git a/fluentui-ard/Entropy/Entropy.json b/fluentui-ard/Entropy/Entropy.json index 5f36fed03539a72ed1a4933572ca1ed53fd88a2e..570ee133280a0b475f7f59e5d0b40691706e6f78 100644 --- a/fluentui-ard/Entropy/Entropy.json +++ b/fluentui-ard/Entropy/Entropy.json @@ -21,7 +21,7 @@ }, "FunctionParamsInvariantScripts": {}, "FunctionParamsInvariantScriptsOnInstances": {}, - "HeaderLastSavedDateTimeUTC": "01/12/2024 11:04:07", + "HeaderLastSavedDateTimeUTC": "01/12/2024 11:04:51", "IsLegacyComponentAllowGlobalScopeCase": false, "LocalConnectionIDReferences": { "4f97c1a9-66e5-4408-9cd9-6d91353932e7": "\"/providers/microsoft.powerapps/apis/shared_office365/connections/shared-office365-691d88fb-dc12-4d7f-afc5-caaebbf651d6\"", diff --git a/fluentui-ard/Entropy/checksum.json b/fluentui-ard/Entropy/checksum.json index 6cb1ee5a8a356d1d673b7e97f4ccba937bab3871..9ae47663ab55cbce95ebbe1e9c7911244e44e997 100644 --- a/fluentui-ard/Entropy/checksum.json +++ b/fluentui-ard/Entropy/checksum.json @@ -4,13 +4,13 @@ "IsLocalBuild": false }, "ClientPerFileChecksums": { - "AppCheckerResult.sarif": "C8_B/zZWcRXvO8eFMT5RwXTCcZslt5TiKuWBOsh/1tU33A=", + "AppCheckerResult.sarif": "C8_qChPPBiiYBIfZtqvR3dWlwsbWiJLcNz6do4hw+JFm/Y=", "Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=", "Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=", "Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=", - "Controls\\4.json": "C8_QDWjVd4KywQODF7VE6gObgOHptRHQH23k48tiyRsIhw=", - "Header.json": "C8_x1TbhzqI8dnnRLIqQK+bvRIOgtjz8NvHhXx9e/yZP9g=", - "Properties.json": "C8_goW3hZb2mVhV7/vZ0ZVFHdUtd3cSChFAWq1jFGY4yYs=", + "Controls\\4.json": "C8_QIy6qTUI+gFSXFqDRMS9g5OBOHZgmxHFCu19uBNkgzU=", + "Header.json": "C8_jRzAkypbyJKqsePku8Mhq0LLY5YgkxI4lJCxNx5CcnU=", + "Properties.json": "C8_c8fqDm4SwHzwQ1CswrVvp7qFVeuT7+n9GFMni/MdaXA=", "References\\DataSources.json": "C8_nLPQOQs4Xi4Crw8+edxXhAAIrEBiO3pUODo+RLFNTDM=", "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", "References\\Resources.json": "C8_Uf3HyZ3rDd88jCPBQABVNnuFl/vfOsw6CpjkuJyzbxY=", @@ -18,15 +18,15 @@ "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", "Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs=" }, - "ClientStampedChecksum": "C8_0CEANkk1Nc7ZAV2Y37u1JuZe1cIQzt/nWOPpXCxC2rU=", + "ClientStampedChecksum": "C8_C62BO+/1C3ZG5Ykszsr3ZPqXa2aD3t3bLp4VFfR9b2Y=", "ServerPerFileChecksums": { - "AppCheckerResult.sarif": "C8_B/zZWcRXvO8eFMT5RwXTCcZslt5TiKuWBOsh/1tU33A=", + "AppCheckerResult.sarif": "C8_qChPPBiiYBIfZtqvR3dWlwsbWiJLcNz6do4hw+JFm/Y=", "Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=", "Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=", "Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=", - "Controls\\4.json": "C8_QDWjVd4KywQODF7VE6gObgOHptRHQH23k48tiyRsIhw=", - "Header.json": "C8_x1TbhzqI8dnnRLIqQK+bvRIOgtjz8NvHhXx9e/yZP9g=", - "Properties.json": "C8_goW3hZb2mVhV7/vZ0ZVFHdUtd3cSChFAWq1jFGY4yYs=", + "Controls\\4.json": "C8_QIy6qTUI+gFSXFqDRMS9g5OBOHZgmxHFCu19uBNkgzU=", + "Header.json": "C8_jRzAkypbyJKqsePku8Mhq0LLY5YgkxI4lJCxNx5CcnU=", + "Properties.json": "C8_c8fqDm4SwHzwQ1CswrVvp7qFVeuT7+n9GFMni/MdaXA=", "References\\DataSources.json": "C8_nLPQOQs4Xi4Crw8+edxXhAAIrEBiO3pUODo+RLFNTDM=", "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", "References\\Resources.json": "C8_Uf3HyZ3rDd88jCPBQABVNnuFl/vfOsw6CpjkuJyzbxY=", @@ -34,5 +34,5 @@ "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", "Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs=" }, - "ServerStampedChecksum": "C8_0CEANkk1Nc7ZAV2Y37u1JuZe1cIQzt/nWOPpXCxC2rU=" + "ServerStampedChecksum": "C8_C62BO+/1C3ZG5Ykszsr3ZPqXa2aD3t3bLp4VFfR9b2Y=" } \ No newline at end of file diff --git a/fluentui-ard/Src/Screen1.fx.yaml b/fluentui-ard/Src/Screen1.fx.yaml index 16068a72bad6a1c62643695435fa735b065cd963..fb8955dd89cabc8f680ffa0a76a89f45c5c9e736 100644 --- a/fluentui-ard/Src/Screen1.fx.yaml +++ b/fluentui-ard/Src/Screen1.fx.yaml @@ -136,7 +136,8 @@ Screen1 As screen: Icon: =Icon.Mail OnSelect: | =//MailMyChatbox.Run(varResp); - Office365Outlook.SendEmailV2("manuel.geyer@rbb-online.de","### test ###","hallo <br> Manuel ",) + //Office365Outlook.SendEmailV2("manuel.geyer@rbb-online.de","### test ###","hallo <br> Manuel "); + Office365Outlook.SendEmailV2("support@ardzsd.de","#RBB - TK-Formular-mob-TK" & " " & TextInput_Betreff.Text,TextInput_Nachricht.Text & "<br><br>" & "RBB - PowerPlatform") PressedBorderColor: =RGBA(0, 0, 0, 0) PressedColor: =RGBA(251, 188, 159, 1) PressedFill: =RGBA(0, 0, 0, 0)