sp-dev-fx-webparts/samples/react-sales-orders
Hugo Bernier 23faa09ccd
Merge pull request #4674 from pnp/dependabot/npm_and_yarn/samples/react-sales-orders/follow-redirects-1.15.4
2024-01-10 20:43:56 -08:00
..
.devcontainer Added sample.json, npmrc, container, updated readme 2023-11-19 14:49:06 -05:00
appPackage commit changes new sample 2023-11-06 23:03:48 +00:00
assets Fixed account name displayed in Sample Solution Gallery 2023-11-28 12:25:05 +09:00
env commit changes new sample 2023-11-06 23:03:48 +00:00
src Bump follow-redirects in /samples/react-sales-orders/src 2024-01-11 04:21:49 +00:00
.gitignore commit changes new sample 2023-11-06 23:03:48 +00:00
.hintrc commit changes 2023-11-05 21:11:58 +00:00
.nvmrc Added sample.json, npmrc, container, updated readme 2023-11-19 14:49:06 -05:00
README.md Added sample.json, npmrc, container, updated readme 2023-11-19 14:49:06 -05:00
package-lock.json Bump follow-redirects in /samples/react-sales-orders 2024-01-11 04:21:32 +00:00
package.json commit changes new sample 2023-11-06 23:03:48 +00:00
teamsapp.local.yml commit changes new sample 2023-11-06 23:03:48 +00:00
teamsapp.yml commit changes new sample 2023-11-06 23:03:48 +00:00

README.md

Sales Orders Web Part

Summary

This Sample show how to use Microsoft Graph Connector that use DB2 Database and display Sales Orders in a list.

react-sales-orders react-sales-orders react-sales-orders

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.18.1 Node.js v18 | v16 SharePoint Online Workbench Hosted: Does not work with local workbench Compatible with Remote Containers

Applies to

Prerequisites

This Sample required the Microsoft Graph Connector nodejs-javascript-IBMDB2 to be installed in your tenant. Please see for more information. graph-connectors-samples

  • Please approve the required Microsoft Graph Permissions required (ExternalItem.Read.All).

Contributors

Version history

Version Date Comments
1.0.0 November 6, 2023 Initial release

Minimal Path to Awesome

The project was created with Visual Studio Teams Toolkit.
This Application was developed and is optimized to use as FullPage Application

  • Clone this repository
  • Navigate to src folder
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add and Deploy Package to AppCatalog

References

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're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.