Posts

SharePoint Framework Getting Started

Learning path for SharePoint Framework Hello Guys, I have listed few blog links below for reference purpose to make it easier to understand or refer the code regarding SharePoint framework. First Learn about scaffold of SharePoint framework: https://tejasadventure.blogspot.com/2020/05/sharepoint-framework-basic-understanding.html SPFX modern pages https://tejasadventure.blogspot.com/2020/06/spfx-modernizing-sharepoint.html 1. Create an O365 tenant Ref:  https://developer.microsoft.com/en-us/office/dev-program 2. Create a new site collection. Ref:  https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant#create-a-new-developer-site-collection 3. Create an App catalog site, where we can store our custom SpFx webparts and these webparts will be available across all the site collections. https://tejasadventure.blogspot.com/2019/09/sharepoint-framework-spfx-deploy-in.html 4. Know how to deploy the solution in to SharePoint catalog. https://tejasad...

PowerApps - New learnings

Image
 In Canvas apps, App ->Onstart like we have Formulas  fxTabs = []  you can use this variable with in the app. ------------------------------------------------------------ Create a Solution in an environment, add a publisher, which is a unique to all the artifacts that are stored in the solution. From Solution, Go to table, choose table, it will give options to create table, import  import tabs of excel  -------------------------------- 1) Built generative pages in PowerApps using dataverse & sharepoint. https://www.youtube.com/watch?v=sdRlLcHPK8g&list=PLTyFh-qDKAiHr7HwkvlHXpCNf73xNBqj_&index=4  Create dataverse table Create App model driven app Describe by page Build me a page using the design attached-  the data context should come from  (provide table name) under add data. Eg: Event Add design.png  Click Generate. Based on the context, app agent generate react page. from My Events table. Search for events functionality, filte...

Model Driven App session

Image
Please note that this page is for reference only. Which is running notes from the Youtube Playlist Dhruvin Shah trainer. Thank you. Canvas - UI driven Model - Data driven  Dataverse develop back office system OOTB view, forms, defining BPF in OOB manner, 100% responsive UI. exg: HR onboarding process, HR recruitment process, device ordering system. 2. Licensing  and Tools required for MDA. Active PowerApps License Space to create dataverse table Powerautomate license to create BPF. ------------------------------------------------------------------------------------- 3. HR onboarding process App HR add employee information IT admin create account Manager assign project On Day1>Employee complete onboarding  process Create dataverse table according to this sheet Create Solution first. name: Employee Onboarding Process Create Table  Data->Tables->New Table Add New ->Designation Table add columns like Name-text, Expirence-Whole number,  Descrption-Textare...