Difference between revisions of "HowTo Guides"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 31: | Line 31: | ||
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]]. | ||
=== | ===Set up a Basic Environment=== | ||
:* HowTo:Develop Safely Using Sandboxes (and use them for backups) | :* HowTo:Develop Safely Using Sandboxes (and use them for backups) | ||
:* HowTo:Deploy Your Work Using Packages (and use them for backups) | :* HowTo:Deploy Your Work Using Packages (and use them for backups) | ||
:* HowTo:Do Unit Testing in the Platform | |||
===Development Projects=== | ===Tackle Development Projects=== | ||
:* [[HowTo:Handle Incoming Emails Programmatically|Handle Incoming Emails Programmatically]] | :* [[HowTo:Handle Incoming Emails Programmatically|Handle Incoming Emails Programmatically]] | ||
===Advanced Development=== | ===Do Advanced Development=== | ||
:* HowTo:Develop in Eclipse | :* HowTo:Develop in Eclipse | ||
:* HowTo:Develop in Teams Using a Version Control System | :* HowTo:Develop in Teams Using a Version Control System | ||
:* HowTo:Debug using Eclipse | |||
:* HowTo: Debug using Eclipse |
Revision as of 01:34, 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.
Customize Your Interface
- HowTo:Create a Dashboard
- HowTo:Modify a Report
- HowTo:Customize Your Workspace
Manage Your Data
- HowTo:Import Data
- HowTo:Remove Recently Imported Records
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.
Customize Platform Features
- HowTo:Create a Custom Sidebar
Build and Customize Applications
- HowTo:Build a Sample Order Processing System
- HowTo:Calculate values using data in Related Records (grid sections)
- HowTo:Automate a standard business process by creating a Workflow
- HowTo:Send an email when a record is created or updated (Data Policy)
- HowTo:Automatically take action when Object data changes? (Data Policy)
- HowTo:Automatically take action on specified calendar dates? (Data Policy)
- HowTo:Create a Site that anyone can access
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.
Set up a Basic Environment
- HowTo:Develop Safely Using Sandboxes (and use them for backups)
- HowTo:Deploy Your Work Using Packages (and use them for backups)
- HowTo:Do Unit Testing in the Platform
Tackle Development Projects
Do Advanced Development
- HowTo:Develop in Eclipse
- HowTo:Develop in Teams Using a Version Control System
- HowTo:Debug using Eclipse