Difference between revisions of "HowTo Guides"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 36: Line 36:
==For Application Designers==
==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]].
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]].
===Customize the Application Interface===
:* [[HowTo:Create a Custom Sidebar Using Graphic Images|Create a Custom Sidebar Using Graphic Images]]
:* Future Guide:Use a Custom Web [[Page]] to make a Personalized [[Widget]]
::* Future Guide:Display the Widget in the [[Home Page]] / [[Dashboard]]
::* Future Guide:Display the Widget in the [[Sidebar]]
:* Future Guide:Create a Custom Print Button <!--email-->
:* 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 and Customize Applications===
=== Build and Customize Applications===
Line 58: Line 49:
:* Future Guide:Automatically take action when Object data changes (event-Based [[Data Policy]])
:* Future Guide:Automatically take action when Object data changes (event-Based [[Data Policy]])
:* Future Guide:Automatically take action on specified dates (calendar-Based [[Data Policy]])
:* Future Guide:Automatically take action on specified dates (calendar-Based [[Data Policy]])
===Customize the Application Interface===
:* [[HowTo:Create a Custom Sidebar Using Graphic Images|Create a Custom Sidebar Using Graphic Images]]
:* Future Guide:Use a Custom Web [[Page]] to make a Personalized [[Widget]]
::* Future Guide:Display the Widget in the [[Home Page]] / [[Dashboard]]
::* Future Guide:Display the Widget in the [[Sidebar]]
:* Future Guide:Create a Custom Print Button <!--email-->
:* 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 ===
=== Build Custom Web Pages ===

Revision as of 20:36, 31 January 2012

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.

Customize the Application Interface

  • 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

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