Difference between revisions of "Designers Index"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 46: Line 46:
<div style="margin-left:22.5em;">
<div style="margin-left:22.5em;">
{| cellpadding="3" class="tight-rows vertical_left_bar"
{| cellpadding="3" class="tight-rows vertical_left_bar"
| colspan="3" | &nbsp; '''Data'''
|-
|-
| || [[Objects]]  
| colspan="3" | &nbsp; '''Fundamental Capabilities'''
| Store data, define behaviors.
|-
|| [[Cases]] and [[Tasks]]
| The things users interact with the most.
|-
|  || [[Cases Object]] and [[Tasks Object]]
| The fundamental objects underlying those capabilities.
|-
|  || ''Multi-Step Tasks''
| Dynamically create a sequence of tasks and approval steps.
 
|-
| colspan="3"| &nbsp; <!-- spacer row -->
|-
| colspan="3"| &nbsp; '''Interface Design'''
|-
|-
| || width="90px" | [[Object Inheritance|Inheritance]]
| || [[Views]]
| Share common object behaviors and attributes.
| Tables of records and other displays.
|-
|-
| || [[Indexes]]        
| || [[Forms|Forms]]
| Speed up record access. Ensure uniqueness.
| How records are viewed and added.
|-
|-
|  || [[Record Locators]]  
|  || [[Custom Form Actions]]
| Help users identify records they're searching for.
| Buttons the user can press.
|-
|-
|  || [[Validations]]
|  || [[Web Tabs]]
| Check incoming data.
| The tabs a user sees in the application.


|-
|-
Line 69: Line 81:
|-
|-
|  || [[Macros]]
|  || [[Macros]]
| xx.
| Take multiple actions at the click of a button.
|-
|  || [[Quick Text]]
| Add snippets of text to an email. Include variables.
|-
|-
|  || [[Rules and Rule Sets]]
|  || [[Rules and Rule Sets]]
| xx.
| Compose if-condition-then-take-action procedures, with zero programming.
|-
|-
|  || [[Processes]]
|  || [[Processes]]
| xx.
| Interactively design a flowchart of user tasks, approvals, and automated activities.
|-
|-
|  || [[SLAs]]
|  || [[SLAs]]
Line 100: Line 115:
| 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.
|-
|  || [[Quick Text]]
| Add snippets of text to an email. Include variables.


|-
|-
Line 127: Line 126:
|  || [[Document Templates]]
|  || [[Document Templates]]
| Formatted output: HTML, PDF, Word, PowerPoint.
| Formatted output: HTML, PDF, Word, PowerPoint.
|-
|  || [[Web Tabs]]
| The tabs a user sees in the application.
|-
|-
|  || [[Reports]]         
|  || [[Reports]]         
Line 139: Line 135:
|  || [[Database Views]]   
|  || [[Database Views]]   
| Advanced reports using database queries and joins.
| Advanced reports using database queries and joins.
|-
| colspan="3"| &nbsp; <!-- spacer row -->
|-
| colspan="3" | &nbsp; '''Object Aspects'''
|-
| || [[Objects]]
| Store data, define behaviors.
|-
| || width="90px" | [[Object Inheritance|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.


|-
|-

Revision as of 01:54, 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.
Multi-Step Tasks Dynamically create a sequence of tasks and approval steps.
 
  Interface Design
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.
 
  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.


 
  Presentation
Dashboards Custom overview using a variety of Widgets.
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