Provide a view of the opportunity in the Career MarketPlace. From there, user can apply to the opportunity which is a mailto.
This web part connects to the opportunity SharePoint list.
List of api permission that need to be approve by a sharepoint admin.
TermStore.Read.All - Office 365 SharePoint Online
Used SharePoint Framework Webpart or Sharepoint Framework Extension
Get your own free development tenant by subscribing to Microsoft 365 developer program
Version | Date | Comments |
---|---|---|
1.0 | Dec 23, 2024 | Initial release |
- Clone this repository
- Ensure that you are at the solution folder
- In the command-line run:
- npm install
- gulp serve
- To debug in the front end:
- go to the
serve.json
file and updateinitialPage
tohttps://domain-name.sharepoint.com/_layouts/15/workbench.aspx
- Run the command gulp serve
- go to the
- To deploy: in the command-line run
- gulp bundle --ship
- gulp package-solution --ship
- Add the webpart to your tenant app store
- Approve the web API permissions
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.