Difference between revisions of "Application Designer"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 106: | Line 106: | ||
|- | |- | ||
| || [[Workflows]] | | || [[Workflows]] | ||
| Automate processes. | | Automate processes. | ||
|- | |- | ||
| || [[Data Policies]] | | || [[Data Policies]] | ||
Line 130: | Line 130: | ||
| || [[Static Resources]] | | || [[Static Resources]] | ||
| Upload CSS and Javascript files. | | Upload CSS and Javascript files. | ||
|- | |||
| || [[System Developer|System Development]] | |||
| Advanced resource for system developers. | |||
|} | |} | ||
</div> | </div> |
Revision as of 01:25, 1 June 2012
Basics
- Design Concepts
- Global Resources
- More Information
Design Elements
Data | ||
Objects | Store data, define behaviors. | |
Object Inheritance | Share common behaviors and attributes. | |
Indexes | Speed up record access. Ensure uniqueness. | |
Record Locators | Help users identify records they're searching for. | |
Reports | Summarize data in platform objects. | |
Charts | Pie charts, bar charts, graphs. | |
Database Views | Advanced reports using database queries and joins. | |
SQL Browser | Do SQL Language queries on your platform data. | |
Presentation | ||
Forms | How records are viewed and added. | |
Views | Tables of records and other displays. | |
Dashboards | Custom overview using a variety of Widgets. | |
Print Templates | Formatted output: HTML, PDF, Word, PowerPoint. | |
Web Tabs | The tabs a user sees in the application. | |
Sidebars | The user's navigation pane. | |
Web Forms | Send data from a remote site. | |
Rules and Processes | ||
Workflows | Automate processes. | |
Data Policies | Take action on events. | |
Validations | Check incoming data. | |
Logic | ||
Actions | Buttons the user can press. | |
Sites | Access for customers and external users. | |
Pages | Custom HTML/JSP pages. | |
Static Resources | Upload CSS and Javascript files. | |
System Development | Advanced resource for system developers. |