HowTo Guides

From AgileApps Support Wiki
Revision as of 20:17, 1 February 2012 by imported>Aeric (→‎For Application Designers)

Bookmark this page: https://agileappscloud.info/aawiki-src/HowTo

For Users

These guides tell you how to get the most out of the platform. You should be familiar with Navigating the User Interface.

Platform Access

Basic Operations

Customize Your Interface

  • Future Guide:Create a custom Dashboard (Home Page) to see things at a glance.
  • Future Guide:Filter a Record View
  • Future Guide:Modify a Report
  • Future Guide:Customize Your Workspace

Manage Your Data

  • Create a Project
  • Future Guide:Import Data
  • Future Guide:Remove Recently Imported Records
  • Future Guide:Send an email when a record is created or updated, using a Data Policy

Specialized Operations

For Application Designers

These guides tell you how to create and customize applications. You should be familiar with HTML coding and CSS formatting, have a basic understanding of JavaScript, and be adept at Navigating the User Interface.

Build and Customize Applications

When you create an application, much is done for you. The platform automatically constructs record views, forms for adding and updating data, and basic reports. From there, you can begin to customize the application.

Beginner
Intermediate
Advanced

These topics begin to take you into the realm of Java programming.

Customize the Application Interface

These are intermediate-level customizations.

  • Future Guide:Create a Custom Print Button
  • Future Guide:Collect Data from an External Web Site using Web Forms
  • Future Guide:Create a Site that people can access without logging into the platform

Build Custom Web Pages

These are advanced topics.

For Platform Developers

These guides tell you how to program the platform APIs to create even more sophisticated applications. You should be familiar with one or more of Java, JavaScript, AJAX, SQL, and REST.

Set up Your Environment

  • Future Guide:Develop Safely Using Sandboxes (and use them for backups)
  • Future Guide:Deploy Your Work Using Packages (and use them for backups)
  • Future Guide:Develop in Teams Using a Version Control System

Customize Applications

  • Future Guide:Make a JSP Page into a Web Tab
  • Future Guide:Make a JSP Page into a Widget
  • Future Guide:Use a JSP Page to Create a Custom Action Button

Tackle Advanced Projects