Difference between revisions of "Designers Index"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 60: | Line 60: | ||
| Help users identify records they're searching for. | | Help users identify records they're searching for. | ||
|- | |- | ||
| || [[ | | || [[Validations]] | ||
| | | Check incoming data. | ||
|- | |- | ||
| || [[SQL Browser]] | | || [[SQL Browser]] | ||
Line 92: | Line 87: | ||
| The tabs a user sees in the application. | | The tabs a user sees in the application. | ||
|- | |- | ||
| || [[ | | || [[Reports]] | ||
| | | Summarize data in platform objects. | ||
|- | |||
| || [[Charts]] | |||
| Pie charts, bar charts, graphs. | |||
|- | |||
| || [[Database Views]] | |||
| Advanced reports using database queries and joins. | |||
|- | |||
| colspan="3"| <!-- spacer row --> | |||
|- | |||
| colspan="3"| '''Channels''' | |||
|- | |||
| || [[Email Channel]] | |||
| xx. | |||
|- | |||
| || [[Service Portal]] | |||
| xx. | |||
|- | |||
| || [[Twitter]] | |||
| xx. | |||
|- | |||
| || [[Facebook]] | |||
| xx. | |||
|- | |- | ||
| || [[Web Forms]] | | || [[Web Forms]] | ||
Line 101: | Line 119: | ||
| colspan="3"| <!-- spacer row --> | | colspan="3"| <!-- spacer row --> | ||
|- | |- | ||
| colspan="3"| ''' | | colspan="3"| '''Automation''' | ||
|- | |- |
Revision as of 01:30, 16 May 2013
Basics
- Design Concepts
- Global Design Resources
- More Information
- Sequential Topic Index
-- an A to Z introduction - Designer HowTo Guides
- Sequential Topic Index
Design Elements
Data | |||
Objects | Store data, define behaviors. | ||
Inheritance | Share common object behaviors and attributes. | ||
Indexes | Speed up record access. Ensure uniqueness. | ||
Record Locators | Help users identify records they're searching for. | ||
Validations | Check incoming data. | ||
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. | ||
Document Templates | Formatted output: HTML, PDF, Word, PowerPoint. | ||
Web Tabs | The tabs a user sees in the application. | ||
Reports | Summarize data in platform objects. | ||
Charts | Pie charts, bar charts, graphs. | ||
Database Views | Advanced reports using database queries and joins. | ||
Channels | |||
Email Channel | xx. | ||
Service Portal | xx. | ||
xx. | |||
xx. | |||
Web Forms | Send data from a remote site. | ||
Automation | |||
Logic | |||
Custom Form Actions | Buttons the user can press. | ||
Sites | Access for customers and external users. | ||
Pages | Custom JSP pages. | ||
Static Resources | Upload CSS and Javascript files. | ||
Learn More | |||
System Development |
|