Difference between revisions of "HowTo Guides"
imported>Aeric |
imported>Aeric |
||
Line 39: | Line 39: | ||
=== Build and Customize Applications=== | === 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. | 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: | |||
:* [[HowTo:Create an Object|Create an Object]] | :* [[HowTo:Create an Object|Create an Object]] | ||
:* Future Guide:Use the Application Wizard to Build a [[Sample Order Processing System]] | :* Future Guide:Use the Application Wizard to Build a [[Sample Order Processing System]] | ||
;Intermediate: | |||
:* [[HowTo:Compute a Date Value in a View or Report|Compute a Date Value in a View or Report]] | :* [[HowTo:Compute a Date Value in a View or Report|Compute a Date Value in a View or Report]] | ||
:* [[HowTo:Display Customer Data in an Order as a Read-Only Field|Display Customer Data in an Order as a Read-Only Field]] | :* [[HowTo:Display Customer Data in an Order as a Read-Only Field|Display Customer Data in an Order as a Read-Only Field]] | ||
:* [[HowTo:Add a Custom Print Button to a Form|Add a Custom Print Button to a Form]] | |||
<!--Revise to add the Source Object: Internet, Store, Catalog, ... (many to many)--> | <!--Revise to add the Source Object: Internet, Store, Catalog, ... (many to many)--> | ||
:* Future Guide:Aggregate values for multiple [[Related Record|Related Records]] displayed in a [[Subform]] | :* Future Guide:Aggregate values for multiple [[Related Record|Related Records]] displayed in a [[Subform]] | ||
:* Future Guide:Automate a standard business process by creating a [[Workflow]] | :* Future Guide:Automate a standard business process by creating a [[Workflow]] | ||
;Advanced: | |||
:* [[HowTo:Write Java Code for Data Policies|Write Java Code for Data Policies]] | :* [[HowTo:Write Java Code for Data Policies|Write Java Code for Data Policies]] | ||
:* [[HowTo:Use a Data Policy to Validate Incoming Data|Use a Data Policy to Validate Incoming Data]] | :* [[HowTo:Use a Data Policy to Validate Incoming Data|Use a Data Policy to Validate Incoming Data]] |
Revision as of 20:15, 1 February 2012
Bookmark this page: https://agileappscloud.info/aadev-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
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
-
- Create an Object
- Future Guide:Use the Application Wizard to Build a Sample Order Processing System
- Intermediate
-
- Compute a Date Value in a View or Report
- Display Customer Data in an Order as a Read-Only Field
- Add a Custom Print Button to a Form
- Future Guide:Aggregate values for multiple Related Records displayed in a Subform
- Future Guide:Automate a standard business process by creating a Workflow
- Advanced
-
- Write Java Code for Data Policies
- Use a Data Policy to Validate Incoming Data
- Use a Data Policy to Mask Outgoing Data
- 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)
Customize the Application Interface
- Create a Custom Sidebar Using Graphic Images
- Future Guide:Use a Custom Web Page to make a Personalized Widget
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 using the Eclipse Plug-In
- Future Guide:Use the Debug Log effectively
- Future Guide:Use the Platform's Unit Test Framework
- Future Guide:Debug using Eclipse
Customize Applications
- Future Guide:Create a Simple JSP Page using Java
- Future Guide:Create an HTML Page using JavaScript Functions and the REST API
- Create a JSP page and Java Controller
- Future Guide:Create a Component and a Java Controller
- Future Guide:Create an external Site wired to a Java Controller
- Use a SQL Query to List Records in a Custom Page
- Future Guide:Use SQL Queries and Java Sets to Get the Inverse of a Complex Query
Tackle Advanced Projects
- Handle Incoming Emails Programmatically
- Create a Data Handler to Add Data to a Package
- Future Guide:Write Programs using the REST APIs
- Use the HttpConnection Class to access a web service