The Modelling Concepts training course introduces the fundamentals of modelling concepts in PhixFlow. It also describes some of the internal workings of PhixFlow to give you a better understanding of how to create well-designed models. This course covers techniques that will allow you to create all but the most advanced models.
Error rendering macro 'excerpt-include' : No link could be created for 'Introduction to Screen Building'.
Application Home Screen
PhixFlow is divided into key areas, each of which is designed to handle a different aspect of application creation:
ERD: Entity Relationship Diagrams (ERDs) allow us to define the data that backs your application and the relationships between data objects, see Understanding ERDs.
Workflow: Workflowsmodel business processes from end to end,showingthe actual componentsof your application that performs eachactivity.Theyvisually depict a detailed sequence of business activities and information flows needed to completeyourbusinessprocess.
Screens: Screens allow application users to interact with data. Users drag and drop templates and components to design a screen or customise their own using CSS; seeDesigning Screens.
Actionflows: An actionflow is a diagram in which you create the functionality of your application in the form of actions. This item is not shown on the home screen but is accessible through buttons and click events associated with screen content.