Difference between revisions of "HowTo Guides"
From AgileApps Support Wiki
imported>Aeric m (Text replace - 'Home Page' to 'Dashboard') |
imported>Aeric |
||
Line 48: | Line 48: | ||
:* [[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]] | :* [[HowTo:Add a Custom Print Button to a Form|Add a Custom Print Button to a Form]] | ||
==For Application Developers== | |||
These are advanced topics that require familiarity with Java code. | |||
=== Build Custom Web Pages === | === Build Custom Web Pages === | ||
:* [[HowTo:Use AJAX and REST in a Web Page to GET data|Use AJAX and REST in a Web Page to GET data]] | :* [[HowTo:Use AJAX and REST in a Web Page to GET data|Use AJAX and REST in a Web Page to GET data]] | ||
:* [[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]] |
Revision as of 02:49, 21 January 2014
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 the Agent Portal.
Platform Access
Basic Operations
Customize Your Interface
Manage Your Data
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 Using the Agent Portal.
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.
- Intermediate
For Application Developers
These are advanced topics that require familiarity with Java code.