Difference between revisions of "Application Designer"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| border="1" cellpadding="5" cellspacing="1"
<div style="width:22em; max-width:22em; float:left;">
| valign="top"| {{:User:Aeric/Sidebar}}
| valign="top"|
<div style="width:22em; max-width:22em; margin-top:4px; float:left;">
<span style="font-family: Arial; font-size:120%;">''Basics''</span>
<span style="font-family: Arial; font-size:120%;">''Basics''</span>
<hr class="horizontal_bar"/>
<hr class="horizontal_bar"/>
Line 10: Line 7:
** [[Teams]]
** [[Teams]]
** [[Roles]]
** [[Roles]]
** [[Role Based Access Permissions]]
** [[Permissions Hierarchy]]
<p style="height:7px">&nbsp;</p><!--Spacer-->
<p style="height:7px">&nbsp;</p><!--Spacer-->


Line 19: Line 14:
:* [[The Power of Objects|The Power of Objects]]
:* [[The Power of Objects|The Power of Objects]]
:* [[Object Relationships]]
:* [[Object Relationships]]
:* [[Working with Composite Objects|Composite Objects]]
:* [[Field Display Types]]
:* [[Field Display Types]]
:**  [[Computed Fields]]
:**  [[Computed Fields]]
Line 29: Line 23:
<p style="height:7px">&nbsp;</p><!--Spacer-->
<p style="height:7px">&nbsp;</p><!--Spacer-->


*'''Global Resources'''
*'''Global Application Resources'''
**  [[Tasks]]
**  [[Tasks]]
**  [[Appointments]]
**  [[Appointments]]
**  [[Documents]]
**  [[Documents]]
<p style="height:7px">&nbsp;</p><!--Spacer-->
*'''Global Design Resources'''
**  [[Global Picklists]]
**  [[Global Picklists]]
**  [[Translation Workbench]]
<p style="height:7px">&nbsp;</p><!--Spacer-->
<p style="height:7px">&nbsp;</p><!--Spacer-->


*'''More Information'''
*'''More Information'''
:* [[HowTo Guides#For Users|User HowTo Guides]]
:* [[Sequential Topic Index]]<br>&nbsp; -- an A to Z introduction
:* [[HowTo Guides#For Application Designers|Designer HowTo Guides]]
:* [[HowTo Guides#For Application Designers|Designer HowTo Guides]]
{{ #if: {{TrainingLink}} |:* {{Platform Training}} }}
{{ #if: {{TrainingLink}} |:* {{Platform Training}} }}
Line 43: Line 41:
</div>
</div>
<!-- =========================================================================== -->
<!-- =========================================================================== -->
<div style="margin-left:23em; margin-top:10px">
<div style="margin-left:23em; margin-top:19px">
<!--margin-top is a hack to fix the vertical offset that MediaWiki introduces (somehow)
<!--margin-top is a hack to fix the vertical offset that MediaWiki introduces (somehow)
     Unfortunately, the required offset-correction is 9 in Chrome, 10 in Firefox, 11 in IE.
     Unfortunately, the required offset-correction is less in Chrome compared to Firefox,  
    We use the one in the middle.
    and more in IE. We use the Firefox value, in the middle.
   -->
   -->
<span style="font-family: Arial; font-size:120%;">''Design Elements</span>
<span style="font-family: Arial; font-size:120%;">''Design Elements</span>
Line 59: Line 57:
| Store data, define behaviors.
| Store data, define behaviors.
|-
|-
| || width="80px" | [[Object Inheritance]]
| || width="90px" | [[Object Inheritance|Inheritance]]
| Share common behaviors and attributes.
| Share common object behaviors and attributes.
|-
|-
| || [[Indexes]]         
| || [[Indexes]]         
Line 112: Line 110:
|-
|-
|  || [[Workflows]]
|  || [[Workflows]]
| Automate processes. {{TBD|Change to Processes}}
| Automate processes.  
|-
|-
|  || [[Data Policies]]
|  || [[Data Policies]]
Line 132: Line 130:
|-
|-
|  || [[Pages]]
|  || [[Pages]]
| Custom HTML/JSP pages.
| Custom JSP pages.
|-
|-
|  || [[Static Resources]]
|  || [[Static Resources]]
| Upload CSS and Javascript files.
| Upload CSS and Javascript files.


|-
| colspan="3"| &nbsp; <!-- spacer row -->
|-
| colspan="3"| &nbsp; '''Learn More'''
|-
|  || colspan="2"| The [[Application Design]] sidebar
|-
|  || colspan="2"| Resources for the [[System Developer]]
| <br>
<br>
|}
|}
</div>
</div>
|}

Latest revision as of 02:29, 23 February 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.
Reports Summarize data in platform objects.
Charts Pie charts, bar charts, graphs.
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.
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 JSP pages.
Static Resources Upload CSS and Javascript files.
 
  Learn More
The Application Design sidebar
Resources for the System Developer