6. Create a Model Driven App I (Challenge 2)

Описание к видео 6. Create a Model Driven App I (Challenge 2)

*We continue the challenge with the creation of the first Model Driven App.

Power up Challenge 2024 Walkthrough Series.

1. My Animal Shelter Solution Full Demo -    • 1. My Animal Shelter Solution Full Demo  
2. Intro -    • 2. Animal Shelter Solution (Intro)  
3. Create and Import Shelter Table in the Dataverse Part 1 (Challenge I) - Remastered -    • 3. Create and Import Shelter Table in...  
4. Create and Import Foster Family Table in the Dataverse Part 2 (Challenge I) - Remastered -    • 4. Create and Import Foster Family Ta...  
5. Create and Import Animal Table in the Dataverse Part 3 (Challenge I) - Remastered -    • 5. Create and Import Animal Table in ...  
6. Create a Model Driven App I (Challenge 2) - (You are here)
7. Add SVG Icons and Logo (Optional Challenge 2) -    • 7. Add SVG Icons and Logo (Optional C...  
8. Create a Canvas App I (Challenge 3) -    • 8. Create a Canvas App I (Challenge 3)  
9. Create a Canvas App II (Challenge 3) -    • 9. Create a Canvas App II (Challenge 3)  
10. Create a Power Automate Flow (Challenge 4) -    • 10. Create a Power Automate Flow (Cha...  
11. Create a Business Process Flow for My Model Driven App -    • 11. Create a Business Process Flow fo...  
12. Create a Custom Page for My Model Driven App I -    • 12. Create a Custom Page for My Model...  
13. Create a Custom Page for My Model Driven App II -    • 13. Create a Custom Page for My Model...  
14. Create a Custom Page for My Model Driven App III -    • 14. Create a Custom Page for My Model...  
15. Create a Power BI Report I (Challenge 5) -    • 15. Create a Power BI Report I (Chall...  
16. Create a Power BI Report II (Challenge 5) -    • 16. Create a Power BI Report II (Chal...  
17. Create a Power BI Report III (Challenge 5) -    • 17. Create a Power BI Report III (Cha...  
18. Create a Power BI Report IV (Challenge 5) -    • 18. Create a Power BI Report IV (Chal...  
19. Create a Power BI Report V (Challenge 5) -    • 19. Create a Power BI Report V (Chall...  
20. My Animal Shelter Solution Full Demo (PRO Version) -    • 20. My Animal Shelter Solution Full D...  

New Videos updates Pro - Version
************************************************
21. Create a Workflow in Power App - Medical Passed - isMedicalPassed -    • 21. Create a Workflow in Power App - ...  


II. JScript Web Resources (Three Use Cases- hideReturnedSectionDynamically, setFollowUpSixMonthsDOAdoption, and setDateIfEmpty)
III. Customizing app Commands (Copy single & Multiple Records)
IV. Adopt an Animal Approval Process Cloud Flow
V. Embed a Canvas App on a Model-driven Form using the Modern designer (Not Custom Pages)

************************************************

Requirement details Model-driven app
Create a model driven app listing all the animals in the shelter and their detail, so Shelter Staff to can effectively manage all shelter operations

1. View a list of animals displaying name, type, shelter status, and shelter name
2. Ability to sort and filter the animal list by type of animal, by shelter status, and by shelter name
3. Ability to select an animal and see animal details such as name, type, age, sex, shelter status, location, medical issues, upcoming veterinary appointment
4. Ability to update the details for an animal such as medical issues, veterinary information, and mark an animal as “ready to foster” once they have passed their medical requirements.

TIP:
Consider using Power Fx column for location field. Here’s a quick video that explains formula columns - Power Fx Dataverse Formula Columns

Authentication for the shelter staff, foster family and marketing team is NOT required.

Codes:
Animal Shelter Name: 'Animal Initial Shelter'.Sheltername

inShelter:
If(
StartsWith('Animal Current Location', "S-"),
true,
false
)

Комментарии

Информация по комментариям в разработке