2.6 Build forms and optimize form performance in finance and operations apps Flashcards
Why are form patterns important?
Provide form structure based on a style, which includes required and optional controls.
Make form development easier by providing guided experience
Helps validate form and control structures
Most common form patterns?
Simple list pattern
Simple list and details pattern
Simple details pattern
Master details pattern
Details transaction pattern
List page pattern
Table of Contents pattern
Workspace pattern
Wizard pattern
Simple list pattern?
Maintain data for entities that contain six or fewer fields and no parent/child relationships
Simple list and details pattern?
Used to maintain data for entities that contain six or more fields
Simple Details pattern?
Presents a simple set of fields to the user, in view mode
Master Details pattern?
Primary method for entering data
Users can view and edit data that is organized into expandable and collapsible FastTabs
Details Transaction pattern?
Used to present data details in Header view and Line view
List page pattern?
Presents data in a manner that is optimized for browsing records and allows the user to take action on a specific record
Table of contents pattern?
used when at least two forms are required for setup configuration
Workspace pattern?
Used to create a F&O apps workspace, which is a grouping of tasks and specific pages that are used for significant business activity
Wizard pattern?
Used to guide a user through specific task by using an ordered series of tab pages
Display menu item?
Presents forms and dialogs to the user
Output menu item?
Print a result such as report
Action menu item?
To perform a job, such as creating or updating transactions in the database
Fiddler?
Free, browser-based debugger tool used to diagnose authentication issues.