-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from shaheerahmadch/incident-reporting
Incident Reporting
- Loading branch information
Showing
128 changed files
with
43,484 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
# Incident Reporting Canvas Application | ||
|
||
## Summary | ||
|
||
The Incident Reporting Canvas Application is a powerful tool designed to streamline incident reporting and enhance data collection. With its unique and visually appealing phone layout UI/UX, this application provides an efficient and user-friendly solution for reporting and managing incidents. Seamlessly integrated with SharePoint, it allows users to upload incident images and related data securely. | ||
|
||
![Incident Reporting Canvas App Preview](./assets/Screenshot%202023-09-25%20111027.png) | ||
|
||
## Applies to | ||
|
||
![Power Apps](https://img.shields.io/badge/Power%20Apps-Yes-green "Yes") | ||
|
||
## Compatibility | ||
|
||
![Premium License](https://img.shields.io/badge/Premium%20License-Required-green.svg "Premium license required") | ||
|
||
## Contributors | ||
|
||
* [Shaheer Ahmad](https://github.com/shaheerahmadch) | ||
|
||
## Version history | ||
|
||
Version|Date|Comments | ||
-------|----|-------- | ||
1.0|September 25, 2023|Initial release | ||
|
||
## Prerequisites | ||
|
||
Before using this application, ensure you have the following: | ||
|
||
* A SharePoint site with the required permissions. | ||
* A SharePoint list named "IncidentReports" with the following columns: | ||
- Title (Single line of text, Required) | ||
- Description (Multiple lines of text, Optional) | ||
- IncidentImage (Image, Optional) | ||
- IncidentType (Choice, Required) | ||
- IncidentDate (Date and Time, Required) | ||
* Two connection references: | ||
- Outlook (for notification emails) | ||
- Dataverse (for data storage) | ||
* Two environment variables for SharePoint site and list URLs. | ||
* An Automate flow for assigning incidents to the team. | ||
* A Model-Driven App for management. | ||
|
||
## Solution Components | ||
|
||
The following solution components are used in this sample: | ||
|
||
* Incident Reporting Canvas App (Canvas app) | ||
* SharePoint Integration (Connection) | ||
* Dataverse Integration (Connection) | ||
* Outlook Integration (Connection) | ||
* Environment Variables (Power Apps) | ||
* Automate Flow (Power Automate) | ||
* Model-Driven App (Power Apps) | ||
|
||
## Data Sources | ||
|
||
### Incident Reports List | ||
|
||
This SharePoint list contains incident report data, including incident details and uploaded images. | ||
|
||
|Type|Internal Name|Required| | ||
|---|---|:---:| | ||
|Single line of text|Title|Yes| | ||
|Multiple lines of text|Description|No| | ||
|Image|IncidentImage|No| | ||
|Choice|IncidentType|Yes| | ||
|Date and Time|IncidentDate|Yes| | ||
|
||
## Minimal Path to Awesome | ||
|
||
1. [Download](./solutions/incident-reporting.zip) the solution `.zip` from the `solution` folder. | ||
2. Within **https://make.powerapps.com**, import the `.zip` file via **Solutions** > **Import solution** > **Browse** and select the `.zip` file you just downloaded. | ||
3. Follow the on-screen instructions to deploy the application. | ||
4. Access the Incident Reporting Canvas App and start reporting incidents. | ||
|
||
## Using the Source Code | ||
|
||
You can also use the [Power Apps CLI](https://aka.ms/pac/docs) to pack the source code by following these steps: | ||
|
||
1. Clone the repository to a local drive. | ||
2. Pack the source files back into `.zip` file: | ||
```bash | ||
pac solution pack --folder pathtosourcefolder --zipfile pathtosolution --processCanvasApps | ||
``` | ||
|
||
Making sure to replace `pathtosourcefolder` to point to the path to this sample's `sourcecode` folder, and `pathtodestinationfile` to point to the path of this solution's `.zip` file (located under the `solution` folder) | ||
|
||
## Features | ||
|
||
This sample illustrates the following concepts: | ||
|
||
* Streamlined incident reporting process | ||
* Visually appealing phone layout UI/UX | ||
* Seamless integration with SharePoint for data storage | ||
* Real-time collaboration and notifications | ||
* Customizable reporting forms | ||
* Data analytics for incident insights | ||
|
||
## Help | ||
|
||
We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. | ||
|
||
If you encounter any issues while using this sample, you can [create a new issue](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=incident-reporting&authors=@shaheerahmadch&title=incident-reporting%20-%20). | ||
|
||
For questions regarding this sample, [create a new question](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=incident-reporting&authors=@shaheerahmadch&title=incident-reporting%20-%20). | ||
|
||
Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=incident-reporting&authors=@shaheerahmadch&title=incident-reporting%20-%20). | ||
|
||
## Disclaimer | ||
|
||
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** | ||
|
||
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-samples/samples/incident-reporting" /> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
[ | ||
{ | ||
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", | ||
"name": "pnp-powerplatform-samples-incident-reporting", | ||
"version": "1.0.0.0", | ||
"source": "pnp", | ||
"creationDateTime": "2023-09-25T00:00:00.000Z", | ||
"updateDateTime": "2023-09-25T00:00:00.000Z", | ||
"title": "Incident Reporting Canvas Application", | ||
"shortDescription": "The Incident Reporting Canvas Application is a powerful tool designed to streamline incident reporting and enhance data collection.", | ||
"longDescription": [ | ||
"The Incident Reporting Canvas Application is a powerful tool designed to streamline incident reporting and enhance data collection. With its unique and visually appealing phone layout UI/UX, this application provides an efficient and user-friendly solution for reporting and managing incidents. Seamlessly integrated with SharePoint, it allows users to upload incident images and related data securely." | ||
], | ||
"url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/incident-reporting", | ||
"products": [ | ||
"Power Apps", | ||
"Power Platform" | ||
], | ||
"tags": [ | ||
"Incident", | ||
"Reporting" | ||
], | ||
"categories": [ | ||
"POWERAPPS" | ||
], | ||
"metadata": [ | ||
{ | ||
"key": "POWERAPPS-MANIFEST-VERSION", | ||
"value": "0.20" | ||
}, | ||
{ | ||
"key": "POWERAPPS-TYPE", | ||
"value": "Canvas" | ||
}, | ||
{ | ||
"key": "POWERAPPS-EXPERIMENTAL", | ||
"value": "No" | ||
}, | ||
{ | ||
"key": "POWERAPPS-PREMIUM", | ||
"value": "Yes" | ||
}, | ||
{ | ||
"key": "POWERAPPS-ONPREM", | ||
"value": "No" | ||
}, | ||
{ | ||
"key": "POWERAPPS-CUSTOMCONNECTOR", | ||
"value": "No" | ||
} | ||
], | ||
"thumbnails": [ | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://github.com/pnp/powerplatform-samples/blob/main/samples/incident-reporting/assets/Screenshot%202023-09-25%20111027.png?raw=true", | ||
"alt": "Preview" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "shaheerahmadch", | ||
"name": "Shaheer Ahmad", | ||
"pictureUrl": "https://github.com/shaheerahmadch.png" | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"name": "Overview of creating apps in Power Apps", | ||
"description": "Overview of creating apps in Power Apps", | ||
"url": "https://learn.microsoft.com/en-us/power-apps/maker/" | ||
}, | ||
{ | ||
"name": "Power Apps canvas apps documentation", | ||
"description": "Power Apps canvas apps documentation", | ||
"url": "https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/" | ||
} | ||
] | ||
} | ||
] |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# msbuild output directories | ||
/bin | ||
/obj | ||
|
||
# MSBuild Binary and Structured Log | ||
*.binlog |
54 changes: 54 additions & 0 deletions
54
samples/incident-reporting/sourcecode/IncidentReporting.cdsproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath> | ||
</PropertyGroup> | ||
|
||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" /> | ||
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props')" /> | ||
|
||
<PropertyGroup> | ||
<ProjectGuid>bd26a8d5-0bd1-4b70-82b0-ec38b8fecd58</ProjectGuid> | ||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> | ||
<!--Remove TargetFramework when this is available in 16.1--> | ||
<TargetFramework>net462</TargetFramework> | ||
<RestoreProjectStyle>PackageReference</RestoreProjectStyle> | ||
<SolutionRootPath>src</SolutionRootPath> | ||
</PropertyGroup> | ||
|
||
<!-- | ||
Solution Packager overrides, un-comment to use: SolutionPackagerType (Managed, Unmanaged, Both) | ||
Solution Localization Control, if you want to enabled localization of your solution, un-comment SolutionPackageEnableLocalization and set the value to true. - Requires use of -loc flag on Solution Clone or Sync | ||
--> | ||
<!-- | ||
<PropertyGroup> | ||
<SolutionPackageType>Managed</SolutionPackageType> | ||
<SolutionPackageEnableLocalization>false</SolutionPackageEnableLocalization> | ||
</PropertyGroup> | ||
--> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.PowerApps.MSBuild.Solution" Version="1.*" /> | ||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\.gitignore" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\bin\**" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\obj\**" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.cdsproj" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.cdsproj.user" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.sln" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="$(MSBuildThisFileDirectory)\**" Exclude="@(ExcludeDirectories)" /> | ||
<Content Include="$(SolutionPackageZipFilePath)"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
|
||
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" /> | ||
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets')" /> | ||
|
||
</Project> |
42 changes: 42 additions & 0 deletions
42
...nt-reporting/sourcecode/src/AppModuleSiteMaps/csa_HealthandSafetyApp/AppModuleSiteMap.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<AppModuleSiteMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SiteMapUniqueName>csa_HealthandSafetyApp</SiteMapUniqueName> | ||
<EnableCollapsibleGroups>False</EnableCollapsibleGroups> | ||
<ShowHome>True</ShowHome> | ||
<ShowPinned>True</ShowPinned> | ||
<ShowRecents>True</ShowRecents> | ||
<SiteMap IntroducedVersion="7.0.0.0"> | ||
<Area Id="area_e9d7c1a5" ResourceId="SitemapDesigner.NewTitle" DescriptionResourceId="SitemapDesigner.NewTitle" ShowGroups="true" IntroducedVersion="7.0.0.0"> | ||
<Titles> | ||
<Title LCID="1033" Title="Area1" /> | ||
</Titles> | ||
<Group Id="group_bb3b3e78" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Analytics" /> | ||
</Titles> | ||
<SubArea Id="subarea_5d11aa52" DescriptionResourceId="Dashboards_Description" Icon="/_imgs/imagestrips/transparent_spacer.gif" Url="/workplace/home_dashboards.aspx" DefaultDashboard="ea2c2a0d-ff59-ee11-be6f-000d3a45ed19" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" ToolTipResourseId="DashboardTooltip"> | ||
<Titles> | ||
<Title LCID="1033" Title="Incident Report" /> | ||
</Titles> | ||
</SubArea> | ||
</Group> | ||
<Group Id="group_a2692785" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Members" /> | ||
</Titles> | ||
<SubArea Id="subarea_954fafc3" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="systemuser" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
<SubArea Id="subarea_8964e167" VectorIcon="/WebResources/mspp_entity_permissions.svg" Icon="/WebResources/mspp_entity_permissions.svg" Entity="csa_csincident" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
</Group> | ||
<Group Id="group_61d8635c" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown" /> | ||
<Group Id="group_42a7c0e6" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Departments" /> | ||
</Titles> | ||
<SubArea Id="subarea_2c67c8ca" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="team" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
</Group> | ||
</Area> | ||
</SiteMap> | ||
<LocalizedNames> | ||
<LocalizedName description="Health and Safety App" languagecode="1033" /> | ||
</LocalizedNames> | ||
</AppModuleSiteMap> |
42 changes: 42 additions & 0 deletions
42
...ting/sourcecode/src/AppModuleSiteMaps/csa_HealthandSafetyApp/AppModuleSiteMap_managed.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<AppModuleSiteMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SiteMapUniqueName>csa_HealthandSafetyApp</SiteMapUniqueName> | ||
<EnableCollapsibleGroups>False</EnableCollapsibleGroups> | ||
<ShowHome>True</ShowHome> | ||
<ShowPinned>True</ShowPinned> | ||
<ShowRecents>True</ShowRecents> | ||
<SiteMap IntroducedVersion="7.0.0.0"> | ||
<Area Id="area_e9d7c1a5" ResourceId="SitemapDesigner.NewTitle" DescriptionResourceId="SitemapDesigner.NewTitle" ShowGroups="true" IntroducedVersion="7.0.0.0"> | ||
<Titles> | ||
<Title LCID="1033" Title="Area1" /> | ||
</Titles> | ||
<Group Id="group_bb3b3e78" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Analytics" /> | ||
</Titles> | ||
<SubArea Id="subarea_5d11aa52" DescriptionResourceId="Dashboards_Description" Icon="/_imgs/imagestrips/transparent_spacer.gif" Url="/workplace/home_dashboards.aspx" DefaultDashboard="ea2c2a0d-ff59-ee11-be6f-000d3a45ed19" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" ToolTipResourseId="DashboardTooltip"> | ||
<Titles> | ||
<Title LCID="1033" Title="Incident Report" /> | ||
</Titles> | ||
</SubArea> | ||
</Group> | ||
<Group Id="group_a2692785" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Members" /> | ||
</Titles> | ||
<SubArea Id="subarea_954fafc3" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="systemuser" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
<SubArea Id="subarea_8964e167" VectorIcon="/WebResources/mspp_entity_permissions.svg" Icon="/WebResources/mspp_entity_permissions.svg" Entity="csa_csincident" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
</Group> | ||
<Group Id="group_61d8635c" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown" /> | ||
<Group Id="group_42a7c0e6" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Departments" /> | ||
</Titles> | ||
<SubArea Id="subarea_2c67c8ca" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="team" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
</Group> | ||
</Area> | ||
</SiteMap> | ||
<LocalizedNames> | ||
<LocalizedName description="Health and Safety App" languagecode="1033" /> | ||
</LocalizedNames> | ||
</AppModuleSiteMap> |
26 changes: 26 additions & 0 deletions
26
samples/incident-reporting/sourcecode/src/AppModules/csa_HealthandSafetyApp/AppModule.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<AppModule> | ||
<UniqueName>csa_HealthandSafetyApp</UniqueName> | ||
<IntroducedVersion>1.0.0.0</IntroducedVersion> | ||
<WebResourceId>953b9fac-1e5e-e611-80d6-00155ded156f</WebResourceId> | ||
<OptimizedFor></OptimizedFor> | ||
<statecode>0</statecode> | ||
<statuscode>1</statuscode> | ||
<FormFactor>1</FormFactor> | ||
<ClientType>4</ClientType> | ||
<NavigationType>0</NavigationType> | ||
<AppModuleComponents> | ||
<AppModuleComponent type="1" schemaName="csa_csincident" /> | ||
<AppModuleComponent type="1" schemaName="systemuser" /> | ||
<AppModuleComponent type="1" schemaName="team" /> | ||
<AppModuleComponent type="60" id="{ea2c2a0d-ff59-ee11-be6f-000d3a45ed19}" /> | ||
<AppModuleComponent type="62" schemaName="csa_HealthandSafetyApp" /> | ||
</AppModuleComponents> | ||
<AppModuleRoleMaps> | ||
<Role id="{627090ff-40a3-4053-8790-584edc5be201}" /> | ||
<Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> | ||
</AppModuleRoleMaps> | ||
<LocalizedNames> | ||
<LocalizedName description="Incident Monitoring" languagecode="1033" /> | ||
</LocalizedNames> | ||
</AppModule> |
Oops, something went wrong.