Difference between revisions of "Designers Index"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 57: Line 57:
|-
|-
| || [[Objects]]  
| || [[Objects]]  
| Store data in a powerful "database on steroids".
| Store data, define behaviors.
|-
|-
| || width="80px" | [[Object Inheritance]]
| || width="80px" | [[Object Inheritance]]
Line 63: Line 63:
|-
|-
| || [[Indexes]]         
| || [[Indexes]]         
| Rapidly access records. Ensure uniqueness.
| Speed up record access. Ensure uniqueness.
|-
|-
|  || [[Record Locators]]  
|  || [[Record Locators]]  
Line 86: Line 86:
|-
|-
|  || [[Forms|Forms]]
|  || [[Forms|Forms]]
| Determine how individual records appear.
| How records are viewed and added.
|-
|-
|  || [[Views]]
|  || [[Views]]
| Determine how records are shown in a table.
| Tables of records and other displays.
|-
|-
|  || [[Dashboards]]
|  || [[Dashboards]]
| Take command of your data with a variety of [[Widgets]].
| Custom overview using a variety of [[Widgets]].
|-
|-
|  || [[Print Templates]]
|  || [[Print Templates]]
| Format records by defining HTML and JSP templates.
| Formatted output: HTML, PDF, Word, PowerPoint.
|-
|-
|  || [[Web Tabs]]
|  || [[Web Tabs]]
| Set up the tabs a user will see in the application.
| The tabs a user sees in the application.
|-
|-
|  || [[Sidebars]]
|  || [[Sidebars]]
| Customize the contents of the user's navigation pane.
| The user's navigation pane.
|-
|-
|  || [[Web Forms]]
|  || [[Web Forms]]
| Interact with the platform from a remote site.
| Send data from a remote site.


|-
|-
Line 118: Line 118:
|-
|-
|  || [[Validations]]
|  || [[Validations]]
| Make sure that incoming data is correct.
| Check incoming data.


|-
|-
Line 126: Line 126:
|-
|-
|  || [[Actions]]
|  || [[Actions]]
| Create buttons the user can press.
| Buttons the user can press.
|-
|-
|  || [[Sites]]
|  || [[Sites]]
| Create pages for customers and external users.
| Access for customers and external users.
|-
|-
|  || [[Pages]]
|  || [[Pages]]
| Create custom Java Server (JSP) pages.
| Custom HTML/JSP pages.
|-
|-
|  || [[Static Resources]]
|  || [[Static Resources]]
| Upload additional CSS and Javascript files.
| Upload CSS and Javascript files.


|}
|}

Revision as of 19:40, 16 May 2012

User:Aeric/Sidebar

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. "Drill down" to view underlying data.
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. __TBD: Change to 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.