Difference between revisions of "HowTo Guides"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 2: | Line 2: | ||
__TOC__ | __TOC__ | ||
==For Users== | ==For Users== | ||
These guides tell you how to get the most out of the platform | These guides tell you how to get the most out of the platform interface. | ||
:* HowTo:Create a Dashboard | :* HowTo:Create a Dashboard | ||
:* HowTo: | :* HowTo:Modify a Report | ||
:* HowTo:Customize Your Workspace | |||
==For Designers== | ==For Designers== | ||
These guides tell you how to create and customize applications. You should be familiar with one or more of HTML coding, CSS formatting, or [[JavaScript]], and be familiar with the [[Platform Interface]]. | These guides tell you how to create and customize applications. You should be familiar with one or more of HTML coding, CSS formatting, or [[JavaScript]], and be familiar with the [[Platform Interface]]. | ||
===Customizing Platform Features=== | ===Customizing Platform Features=== | ||
:* HowTo:Create a Custom Sidebar | :* HowTo:Create a Custom Sidebar | ||
Line 14: | Line 16: | ||
=== Application Building and Customization=== | === Application Building and Customization=== | ||
:* HowTo:Build a [[Sample Order Processing System]] | :* HowTo:Build a [[Sample Order Processing System]] | ||
:* HowTo:Create a Workflow | |||
==For Developers== | ==For Developers== | ||
These guides tell you how to take advantage of advanced platform features, by doing a little programming. You should be familiar with one or more of [[Java]], [[JavaScript]], or [[REST]]. | These guides tell you how to take advantage of advanced platform features, by doing a little programming. You should be familiar with one or more of [[Java]], [[JavaScript]], or [[REST]]. | ||
===Basics=== | |||
:* HowTo:Develop Safely Using Sandboxes (and use them for backups) | |||
:* HowTo:Deploy Your Work Using Packages (and use them for backups) | |||
===Development Projects=== | |||
:* [[HowTo:Handle Incoming Emails Programmatically|Handle Incoming Emails Programmatically]] | :* [[HowTo:Handle Incoming Emails Programmatically|Handle Incoming Emails Programmatically]] | ||
===Advanced Development=== | |||
:* HowTo:Develop in Eclipse | |||
:* HowTo:Develop in Teams Using a Version Control System | |||
:* HowTo:Do Unit Testing in the Platform | |||
:* HowTo: Debug using Eclipse |
Revision as of 01:20, 12 January 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 interface.
- HowTo:Create a Dashboard
- HowTo:Modify a Report
- HowTo:Customize Your Workspace
For Designers
These guides tell you how to create and customize applications. You should be familiar with one or more of HTML coding, CSS formatting, or JavaScript, and be familiar with the Platform Interface.
Customizing Platform Features
- HowTo:Create a Custom Sidebar
Application Building and Customization
- HowTo:Build a Sample Order Processing System
- HowTo:Create a Workflow
For Developers
These guides tell you how to take advantage of advanced platform features, by doing a little programming. You should be familiar with one or more of Java, JavaScript, or REST.
Basics
- HowTo:Develop Safely Using Sandboxes (and use them for backups)
- HowTo:Deploy Your Work Using Packages (and use them for backups)
Development Projects
Advanced Development
- HowTo:Develop in Eclipse
- HowTo:Develop in Teams Using a Version Control System
- HowTo:Do Unit Testing in the Platform
- HowTo: Debug using Eclipse