Difference between revisions of "Designers Index"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 27: Line 27:
:**  [[Subform#Sorting Rows, Totaling Columns|Sorting Rows, Totaling Columns]]
:**  [[Subform#Sorting Rows, Totaling Columns|Sorting Rows, Totaling Columns]]
:**  [[Subform#Column-Total Adjustments|Adjusting Column-Totals]]
:**  [[Subform#Column-Total Adjustments|Adjusting Column-Totals]]
<p style="height:7px">&nbsp;</p><!--Spacer-->
*'''Global Resources'''
:**  [[Users]]
:**  [[Tasks]]
:**  [[Appointments]]
:**  [[Documents]]
:**  [[Global Picklists]]
<p style="height:7px">&nbsp;</p><!--Spacer-->
<p style="height:7px">&nbsp;</p><!--Spacer-->


Line 105: Line 113:
|-
|-
|  || [[Workflows]]
|  || [[Workflows]]
| Automate business processes.
| Automate processes. {{TBD|Change to Processes}}
|-
|-
|  || [[Data Policies]]
|  || [[Data Policies]]
| Automatically act when data is changed or viewed.
| Take action on events.
|-
|-
|  || [[Validations]]
|  || [[Validations]]
Line 120: Line 128:
|  || [[Actions]]
|  || [[Actions]]
| Create buttons the user can press.
| Create buttons the user can press.
|-
|  || [[Classes]]
| Create Java classes for more sophisticated programming.
|-
|-
|  || [[Sites]]
|  || [[Sites]]
Line 132: Line 137:
|  || [[Static Resources]]
|  || [[Static Resources]]
| Upload additional CSS and Javascript files.
| Upload additional CSS and Javascript files.
|-
|  || [[Components]]
| Build custom controls for JSP pages.


|-
| colspan="3"| &nbsp; <!-- spacer row -->
|-
| colspan="3"| &nbsp; '''Global Resources'''
|-
|  || [[Users]]
| Manage users.
|-
|  || [[Tasks]]
| Organize tasks.
|-
|  || [[Appointments]]
| Track appointments.
|-
|  || [[Documents]]
| Manage documents.
|-
|  || [[Global Picklists]]
| Common choice-lists for use in any page.
|}
|}
</div>
</div>


|}
|}

Revision as of 19:26, 16 May 2012

User:Aeric/Sidebar

????


  Data
Objects Store data in a powerful "database on steroids".
Object Inheritance Share common behaviors and attributes, like Forms, Workflows, Validations, & Data Policies
Indexes Rapidly access records. 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" into a segment, or view underlying data.
Database Views Advanced reports using database queries and joins.
SQL Browser Do SQL Language queries on your platform data.
 
  Presentation
Forms Determine how individual records appear.
Views Determine how records are shown in a table.
Dashboards Take command of your data with a variety of Widgets.
Print Templates Format records by defining HTML and JSP templates.
Web Tabs Set up the tabs a user will see in the application.
Sidebars Customize the contents of the user's navigation pane.
Web Forms Interact with the platform from a remote site.
 
  Rules and Processes
Workflows Automate processes. __TBD: Change to Processes__
Data Policies Take action on events.
Validations Make sure that incoming data is correct.
 
  Logic
Actions Create buttons the user can press.
Sites Create pages for customers and external users.
Pages Create custom Java Server (JSP) pages.
Static Resources Upload additional CSS and Javascript files.