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.
|-
|-
|  || [[Reports]]      
|  || [[Validations]]
| Summarize data in platform objects.  
| Check incoming data.
|-
 
|  || [[Charts]]       
| Pie charts, bar charts, graphs.
|-
|  || [[Database Views]] 
| Advanced reports using database queries and joins.
|-
|-
|  || [[SQL Browser]]   
|  || [[SQL Browser]]   
Line 92: Line 87:
| The tabs a user sees in the application.
| The tabs a user sees in the application.
|-
|-
|  || [[Sidebars]]
|  || [[Reports]]      
| The user's navigation pane.
| Summarize data in platform objects.
|-
|  || [[Charts]]       
| Pie charts, bar charts, graphs.
|-
|  || [[Database Views]] 
| Advanced reports using database queries and joins.
 
|-
| colspan="3"| &nbsp; <!-- spacer row -->
|-
| colspan="3"| &nbsp; '''Channels'''
|-
|  || [[Email Channel]]
| xx.
|-
|  || [[Service Portal]]
| xx.
|-
|  || [[Twitter]]
| xx.
|-
|  || [[Facebook]]
| xx.
|-
|-
|  || [[Web Forms]]
|  || [[Web Forms]]
Line 101: Line 119:
| colspan="3"| &nbsp; <!-- spacer row -->
| colspan="3"| &nbsp; <!-- spacer row -->
|-
|-
| colspan="3"| &nbsp; '''Rules and Processes'''
| colspan="3"| &nbsp; '''Automation'''
|-
|  || [[Validations]]
| Check incoming data.


|-
|-

Revision as of 01:30, 16 May 2013

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.
Twitter xx.
Facebook 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