SPFx stands for SharePoint Framework - https://learn.microsoft.com/en-us/javascript/api/overview/sharepoint?view=sp-typescript-latest Below are the packages of SPFx and we are using them while using SPFx framework for development in our day-to-day activities. .'@microsoft/decorators' - https://learn.microsoft.com/en-us/javascript/api/decorators?view=sp-typescript-latest '@microsoft/sp-core-library' - https://learn.microsoft.com/en-us/javascript/api/sp-core-library?view=sp-typescript-latest '@microsoft/sp-component-base package' - https://learn.microsoft.com/en-us/javascript/api/sp-component-base?view=sp-typescript-latest '@microsoft/sp-application-base package' - https://learn.microsoft.com/en-us/javascript/api/sp-application-base?view=sp-typescript-latest '@microsoft/sp-dynamic-data package' - https://learn.microsoft.com/en-us/javascript/api/sp-dynamic-data?view=sp-typescript-latest '@microsoft/sp-extension-base package' - http...
Setting up build and release pipeline always tedious and we face many build related issues. Here is one common error I face couple of times while setting app Web or windows apps in Azure DevOps After placing the code in repos, and creating the build pipeline and run it, you can face the following error ##[error]D:\a\8\s\<your solution file>.sln.metaproj(0,0): Error MSB4126: The specified solution configuration "release|$(BuildPlatform)" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. To understand what is target platform defined in your project you need to visit or open the solution(.sln) file and review the following sections. In my case, this has been defined as x86 as target platform. ...
Why we will choose Power Apps and where we can fit this? key benefits of the Power Platform solution v Simple and automated system used by floor technicians to record inventory used on projects v Easy for technicians to enter parts used as they work with mobile devices on the floor v Timely, accurate and relevant data – reducing the amount of manual entry and rework v Seamless reconciling process – listing inventory, drafting PO, sending invoice v Easy for Manufacturing company to track the inventory that is sent to the customer with the model-driven app v Reporting – PO Report for Jobs and inventory used, On-hand Inventory so customer knows what is in the warehouse, and the replenishment report which shows which items need restocking. v Rule-based BPM Engine for Process Modelling – This is all about ability to manage complex workflows (either serial or parallel), breakdown phases for each process step, execution through r...
Comments
Post a Comment