Difference between revisions of "Creating a Database Application"

From AgileApps Support Wiki
imported>Aeric
(Created page with "This page outlines the process for creating an application. Start with standard Design work: # Design your data structures. #* What data tables do you need? #* How do they relat...")
 
imported>Aeric
Line 6: Line 6:
#* How do they relate to one another?
#* How do they relate to one another?
#:
#:
# Determine the [{Roles]] that will be needed govern interactions with the application.
# Determine the [[Roles]] that will be needed govern interactions with the application.


The build the initial application:
Then build the initial application:
# Use the [[Application Construction Wizard]] to create the objects.
# Use the [[Application Construction Wizard]] to create the objects.
#* Specify the main data fields
#* Specify the main data fields

Revision as of 21:03, 22 October 2012

This page outlines the process for creating an application.

Start with standard Design work:

  1. Design your data structures.
    • What data tables do you need?
    • How do they relate to one another?
  2. Determine the Roles that will be needed govern interactions with the application.

Then build the initial application:

  1. Use the Application Construction Wizard to create the objects.
    • Specify the main data fields
    • Specify the object relationships (which creates Lookup fields]]
    Note:
    Later, you can use the Object Construction Wizard to add additional objects and relationships.
  2. Configure the Application Access settings to determine who can use the application (including yourself!).
  3. Create the application [{Roles]]
  4. For each object, create the Forms that will be used by each role
  5. Configure Forms Assignment settings to assign the forms to specific roles

Finally, customize the application:

  1. Customize objectForms
  2. Customize object Fields