Power apps basic functions for d365 FO developers
1. Power Point basics - https://make.powerapps.com/ Model driven apps - This type of app used for data entry purpose and to accommodate lot of functionalities and process Ex:- CRM , Projops App e.tc. 2. Canvas app :- This type of apps used for mobile/tablet compatibility which have lesser functionalities and process EX:- LMS Powerapp e.t.c 1. Patch funciton - it is used to trigger the F&O data entity with some data Ex:- Patch( DataSource, BaseRecord, ChangeRecord1 [, ChangeRecord2, … ]) 2. SubmitForm function – its used to trigger the F&o data entity same like above function , But can be used on form only SubmitForm(Form1); 3. UpdateContext - To ...