Difference between revisions of "Designers Index"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 49: Line 49:
| colspan="3" |   '''Fundamental Capabilities'''
| colspan="3" |   '''Fundamental Capabilities'''
|-
|-
|  || [[Cases]] and [[Tasks]]
|  || width="90px" | [[Cases]] and [[Tasks]]
| The things users interact with the most.
| The things users interact with the most.
|-
|-
Line 60: Line 60:
|  || ''Multi-Step Tasks''
|  || ''Multi-Step Tasks''
| Sequences of tasks and approval steps created dynamically by the user.
| Sequences of tasks and approval steps created dynamically by the user.
|-
| colspan="3"| &nbsp; <!-- spacer row -->
|-
| colspan="3"| &nbsp; '''Interface Design'''
|-
|  || [[Views]]
| Tables of records and other displays.
|-
|  || [[Forms|Forms]]
| How records are viewed and added.
|-
|  || [[Custom Form Actions]]
| Buttons the user can press.
|-
|  || [[Web Tabs]]
| The tabs a user sees in the application.


|-
|-
Line 117: Line 100:
|  || [[Web Forms]]
|  || [[Web Forms]]
| Send data from a remote site.
| Send data from a remote site.
|-
| colspan="3"| &nbsp; <!-- spacer row -->
|-
| colspan="3"| &nbsp; '''Interface'''
|-
|  || [[Views]]
| Tables of records and other displays.
|-
|  || [[Forms|Forms]]
| How records are viewed and added.
|-
|  || [[Custom Form Actions]]
| Buttons the user can press.
|-
|  || [[Web Tabs]]
| The tabs a user sees in the application.


|-
|-
Line 125: Line 125:
|  || [[Dashboards]]
|  || [[Dashboards]]
| Custom overview using a variety of [[Widgets]].
| Custom overview using a variety of [[Widgets]].
|-
|  || [[Email Templates]]
| Pre-formatted messages with template variables.
|-
|-
|  || [[Document Templates]]
|  || [[Document Templates]]
Line 146: Line 149:
| Store data, define behaviors.
| Store data, define behaviors.
|-
|-
| || width="90px" | [[Object Inheritance|Inheritance]]
| || [[Object Inheritance|Inheritance]]
| Share common object behaviors and attributes.
| Share common object behaviors and attributes.
|-
|-

Revision as of 02:01, 16 May 2013

Design Elements


  Fundamental Capabilities
Cases and Tasks The things users interact with the most.
Cases Object and Tasks Object The fundamental objects underlying those capabilities.
Case Types Different kinds of cases sharing common functionality.
Multi-Step Tasks Sequences of tasks and approval steps created dynamically by the user.
 
  Automation
Macros Take multiple actions at the click of a button.
Quick Text Add snippets of text to an email. Include variables.
Rules and Rule Sets Compose if-condition-then-take-action procedures, with zero programming.
Processes Interactively design a flowchart of user tasks, approvals, and automated activities.
SLAs Define Service Level Agreements, specifying objectives and escalations.
 
  Channels
Email Channel xx.
Service Portal xx.
Twitter Channel xx.
Facebook Channel xx.
Web Forms Send data from a remote site.
 
  Interface
Views Tables of records and other displays.
Forms How records are viewed and added.
Custom Form Actions Buttons the user can press.
Web Tabs The tabs a user sees in the application.
 
  Presentation
Dashboards Custom overview using a variety of Widgets.
Email Templates Pre-formatted messages with template variables.
Document Templates Formatted output: HTML, PDF, Word, PowerPoint.
Reports Summarize data in platform objects.
Charts Pie charts, bar charts, graphs.
Database Views Advanced reports using database queries and joins.
 
  Object Aspects
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.
 
  Learn More
System Development