Difference between revisions of "HowTo Guides"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Β 
(114 intermediate revisions by the same user not shown)
Line 2: Line 2:
__TOC__
__TOC__
==For Users==
==For Users==
These guides tell you how to get the most out of the platform. You should be familiar with [[Navigating the User Interface]].
These guides tell you how to get the most out of the platform. You should be familiar with the [[Agent Portal]].


===Perform Basic Operations===
===Platform Access===
:* [[HowTo:Login When You Forgot Your Password|Login When You Forgot Your Password]]
:* [[HowTo:Login When You Forgot Your Password|Login When You Forgot Your Password]]
:* [[HowTo:Change Your Password|Change Your Password]]
:* [[HowTo:Change Your Password|Change Your Password]]


===Basic Operations===
:* [[HowTo:Search a View to Find Records|Search a View to Find Records]]
:* [[HowTo:Search a View to Find Records|Search a View to Find Records]]
:* [[HowTo:Filter a View to Restrict the Records it Displays|Filter a View to Restrict the Records it Displays]]
:* [[HowTo:Filter a View to Restrict the Records it Displays|Filter a View to Restrict the Records it Displays]]
:* [[HowTo:Generate Printable PDFs for Views, Records, and Reports|Generate Printable PDFs for Views, Records, and Reports]]
:* [[HowTo:Generate Printable PDFs for Views, Records, and Reports|Generate Printable PDFs for Views, Records, and Reports]]


:* [[HowTo:Use Relay for Social Networking, to Monitor Data, and to Track Record Status|Use Relay for Social Networking, to Monitor Data, and to Track Record Status]]
===Customize Your Interface===
<!--:* Future Guide:Create a custom [[Dashboard]] (Dashboard) for an application, to see things at a glance.-->
<!--POSSIBLE: Add the [[Notes widget]] to the dashboard-->
<!--:* Future Guide:Filter a Record [[View]]
:* Future Guide:Modify a [[Report]]
:* Future Guide:Customize Your [[Workspace]]
-->
:* [[Integrating with SalesForce]]
Β 
===Manage Your Data===
<!--:* [[HowTo:Create a Project|Create a Project]]-->
:* [[HowTo:Use the Application Wizard to Build a Simple Order Processing System|Use the Application Wizard to Build a Simple Order Processing System]]
:* [[HowTo:Import Data from an External System|Import Data from an External System]]
<!--:* Future Guide:Remove Recently Imported Records
:* Future Guide:Send an email when a record is created or updated, using a [[Data Policy]]
-->
Β 
===Specialized Operations===


:* [[HowTo:Create a Database View to Join Data from Related Objects|Create a Database View to Join Data from Related Objects]]
:* [[HowTo:Create a Database View to Join Data from Related Objects|Create a Database View to Join Data from Related Objects]]
:* [[HowTo:Create a Report based on a Database View|Create a Report based on a Database View]]
:* [[HowTo:Create a Report based on a Database View|Create a Report based on a Database View]]


===Perform Specialized Operations===
==For Application Designers==
:* [[HowTo:Create, Test, and Run an Email Campaign|Create, Test, and Run an Email Campaign]]
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. These guides tell you how to do that. Ideally, you should be familiar with HTML coding and CSS formatting, and be adept at [[Using the Agent Portal]].
:* [[HowTo:Create a Project|Create a Project]]


===Customize Your Interface===
For information on design options and step-by-step instructions, that you can use as a template when building your own applications, see [[Article Index]].
:* HowTo:Create a [[Dashboard]] to see things at a glance
Β 
:* HowTo:Filter a Record [[View]]
===Beginner===
:* HowTo:Modify a [[Report]]
These guides do not require you to write any code.
:* HowTo:Customize Your [[Workspace]]
:* [[HowTo:Create an Object|Create an Object]] Β 
:* HowTo:Display a Widget in the Home Page
:* [[HowTo:Compute a Date Value in a View or Report|Compute a Date Value in a View or Report]]
:* HowTo:Display a Widget in the Sidebar
:* [[HowTo:Case Creation from Mobile Devices|Case Creation from Mobile Devices]]
:* [[HowTo:Send Messages to Multiple Recipients|Send Messages to Multiple Recipients]]


===Manage Your Data===
===Intermediate===
:* HowTo:Import Data
These guides may require a bit of [[JavaScript]] code. Familiarity is a plus.
:* HowTo:Remove Recently Imported Records
:* [[HowTo:Display Customer Data in an Order as a Read-Only Field|Display Customer Data in an Order as a Read-Only Field]]
:* HowTo:Send an email when a record is created or updated, using a [[Data Policy]]
:* [[HowTo:Add a Custom Print Button to a Form|Add a Custom Print Button to a Form]]
:* [[HowTo:Create Application-Specific Help|Create Application-Specific Help]]


==For Application Designers==
This one requires a bit of Java hacking:
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 adept at [[Navigating the User Interface]].
:* [[HowTo:Send Notification Messages to Followers|Send Notification Messages to Followers]]


===Customize the Application Interface===
See the [[Java Code Samples]] for more great projects.
:* [[HowTo:Create a Custom Sidebar Using Graphic Images|Create a Custom Sidebar Using Graphic Images]]
:* HowTo:Use a Custom Web [[Page]] to make a Personalized Widget
::* Display the Widget in the Home Page
::* Display the Widget in the Sidebar <!--use a simple JSP page-->
:* HowTo:Create a Custom Print Button <!--email-->
:* HowTo:Collect Data from an External Web Site using [[Web Forms]]
:* HowTo:Create a [[Site]] that anyone can access without logging into the platform


=== Build and Customize Applications===
==For Application Developers==
:* HowTo:Use the Application Wizard to Build a [[Sample Order Processing System]]
These are advanced topics that require familiarity with Java code.
::Note: DONE FOR YOU: List view of records, forms to add and update data, basic reports
:* [[HowTo:Create an Object|Create an Object]]
:* HowTo:Calculate values using data in [[Related Record|''Related'' Records]] ([[Subform]]s)
:* HowTo:Automate a standard business process by creating a [[Workflow]]
:* HowTo:Automatically take action when Object data changes (event-Based [[Data Policy]])
:* HowTo:Automatically take action on specified dates (calendar-Based [[Data Policy]])


=== Build Custom Web Pages ===
=== Build Custom Web Pages ===
Line 59: Line 65:
:* [[HowTo:Use AJAX and REST in a Web Page to POST data|Use AJAX and REST in a Web Page to POST data]]
:* [[HowTo:Use AJAX and REST in a Web Page to POST data|Use AJAX and REST in a Web Page to POST data]]


==For Platform Developers==
===Customize Applications===
These guides tell you how to program the platform APIs to take advantage of advanced platform features. You should be familiar with one or more of [[Java]], [[JavaScript]], [[AJAX and REST|AJAX]], [[SQL Syntax|SQL]], or [[REST]].
:* [[Lab Exercises#Basic Programming Exercises|Basic Programming Exercises: A Simple JSP Page and a Java Controller]]
Β 
:* [[HowTo:Classes, APIs, and Naming Conventions|Classes, APIs, and Naming Conventions]]
===Set up Your Environment====
:* [[HowTo:Create_a_JSP_Page_and_Java_Controller|Create a JSP page and Java Controller]] (more advanced)
:* Future:Develop using the [[Eclipse Plug-In]]
:* [[HowTo:Use a SQL Query to List Records in a Custom Page|Use a SQL Query to List Records in a Custom JSP Page]]
:* Future:Use the debug log
:* [[HowTo:Protect Your Users by Ensuring that Data Never Executes as Code|Protect Your Users by Ensuring that Data Never Executes as Code]]
:* Future:Use the Logger class
:* Future:Use the Platform's [[Unit Test Framework]]
:* Future:Debug using Eclipse
Β 
:* Future:Develop Safely Using [[Sandboxes]] (and use them for backups)
:* Future:Deploy Your Work Using [[Packages]] (and use them for backups)
:* Future:Develop in Teams Using a Version Control System
Β 
===Customize Application Pages===
:* Future:Create a Simple JSP [[Page]] using Java
:* Future:Create an HTML [[Page]] using [[JavaScript Functions]] and the [[REST API]]
::* Future:Make a JSP Page into a [[Web Tab]]
::* Future:Make a JSP Page into a [[Widget]]
::* Future:Use a JSP Page to Create a Custom [[Action]] Button <!--email-->
Β 
:* [[HowTo:Create a JSP page and Java Controller|Create a JSP page and Java Controller]]
:* Future:Create a [[Component]] and a Java Controller
:* Future:Create an external [[Site]] wired to a Java Controller
Β 
:* [[HowTo:Use a SQL Query to List Records in a Custom Page|Use a SQL Query to List Records in a Custom Page]]
:Future:Use SQL Queries and Java Sets to Get the Inverse of a Complex Query
:: Notes:
::* E.g. All orders last month that do ''not'' include product X. (No related OrderItems point to that product.)
::* Easier to query for orders that do, set-subtract from all orders using <tt>HashSet(HashMap)</tt> constructors and the <tt>set.removeAll(set)</tt> method.
::* Similarly: Use Set Intersection to find all orders that include product X and product Y, using the <tt>set.retainAll(set)</tt> method.


===Tackle Advanced Projects===
===Tackle Advanced Projects===
:* [[HowTo:Handle Incoming Emails Programmatically|Handle Incoming Emails Programmatically]]
:* [[HowTo:Use a Java Method to Validate Incoming Data|Use a Java Method to Validate Incoming Data]]
:* [[HowTo:Create a Data Handler to Add Data to a Package|Create a Data Handler to Add Data to a Package]]
:* [[HowTo:Create a Data Handler to Add Data to a Package|Create a Data Handler to Add Data to a Package]]
:* HowTo:Write Programs using the [[REST API]]s
:* [[HowTo:Use the HttpConnection Class to access a web service|Use the HttpConnection Class to access a web service]]
:* [[HowTo:Write Java Code for Data Policies|Write Java Code for Data Policies]]
<!--
==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 and REST|AJAX]], [[SQL Syntax|SQL]], and [[REST]].
Β 
===Set up Your Environment===
:* Future Guide:Develop using the [[Eclipse Plug-In]]
:* Future Guide:Use the [[Debug Log]] effectively
--><!--
ToDo:
Finish construction of the Trace object:
Β  - Implement the reflection bits needed to unpack HashMaps & Lists
Β  - Add XML pretty printing.
--><!--
:* Future Guide:Use the Platform's [[Unit Test Framework]]
:* Future Guide:Debug using Eclipse


<!--{{#if: {{ShowIsvInfo}} |
:* Future Guide:Develop Safely Using [[Sandboxes]] (and use them for backups)
==For ISVs==
:* Future Guide:Deploy Your Work Using [[Packages]] (and use them for backups)
:* ...
:* Future Guide:Develop in Teams Using a Version Control System
}}-->
-->

Latest revision as of 06:51, 21 March 2018

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 the Agent Portal.

Platform Access

Basic Operations

Customize Your Interface

Manage Your Data

Specialized Operations

For Application Designers

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. These guides tell you how to do that. Ideally, you should be familiar with HTML coding and CSS formatting, and be adept at Using the Agent Portal.

For information on design options and step-by-step instructions, that you can use as a template when building your own applications, see Article Index.

Beginner

These guides do not require you to write any code.

Intermediate

These guides may require a bit of JavaScript code. Familiarity is a plus.

This one requires a bit of Java hacking:

See the Java Code Samples for more great projects.

For Application Developers

These are advanced topics that require familiarity with Java code.

Build Custom Web Pages

Customize Applications

Tackle Advanced Projects