Build the Foundation
Build the Purchasing application foundation by creating the app container, defining the data model, configuring access control, building the core purchase request screens, and adding the navigation used to open those screens.
Complete and verfy this foundation before moving on to building the process flow diagram, which coordinates tasks, roles, decisions, and the lifecycle of each request.
Create & Configure the Purchasing App
Define the Data Model
Define the entities, relationships, and persistent storage used by the purchasing application.
Configure Access Control
Create a User-Defined Configuration
Build Screens
Build the screens used to create, display, and edit purchase request data.
Test & Verify
Run the Purchasing app and verify that the application foundation works correctly before building the process flow.