Difference between revisions of "System Developer"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 5: Line 5:
<span style="font-family: Arial; font-size:120%;">''Orientation''</span>
<span style="font-family: Arial; font-size:120%;">''Orientation''</span>
<hr class="horizontal_bar"/>
<hr class="horizontal_bar"/>
{{#ifeq: {{Skin}} | LJ |
*'''Video Introduction'''
** [http://www.youtube.com/watch?v=WrU0Ai7jqSQ What Can {{BrandLabel}} Do for Us?]
** [http://www.youtube.com/watch?v=DcWGGLs96M8 Team Networking using Relay]
** [http://www.youtube.com/watch?v=4z30Laau5nE Create a Database App in Minutes]
** [http://www.youtube.com/user/{{BrandLabel}}Vid#g/c/7597F6862BEC48B1 The {{BrandLabel}} Video Channel]
:: ''More [[Video Tutorials]]''
}}
<p style="height:7px">&nbsp;</p><!--Spacer-->
*'''General'''
**[[Navigating the User Interface]]
**[[My Applications / App Center]]
** [[Relay]]: Integrated Social Networking
** [[Applications]]
** [[Views and Reports]]
<p style="height:7px">&nbsp;</p><!--Spacer-->


* '''Fundamentals'''
{{TBD | Integrate topic index w/ Developer Index here}}
** [[Users]]
** [[Teams]]
** [[Roles]]
** [[Role Based Access Permissions]]
** [[Permissions Hierarchy]]
<p style="height:7px">&nbsp;</p><!--Spacer-->


*'''Design Concepts'''
:* [[Application Architecture]]
:* [[Application Design Guide]]
:* [[The Power of Objects|The Power of Objects]]
:* [[Object Relationships]]
:* [[Working with Composite Objects|Composite Objects]]
:* [[Field Display Types]]
:**  [[Computed Fields]]
:**  [[Formula Fields]]
:**  [[Lookup]] Fields
:* [[Subform]]s
:**  [[Subform#Sorting Rows, Totaling Columns|Sorting Rows, Totaling Columns]]
:**  [[Subform#Column-Total Adjustments|Adjusting Column-Totals]]
<p style="height:7px">&nbsp;</p><!--Spacer-->
*'''Administration'''
:* [[Single Sign On]]
:* [[Platform Installation Guide | Self-Hosted Installation]]
<p style="height:7px">&nbsp;</p><!--Spacer-->


*'''More Information'''
*'''More Information'''
:* [[HowTo Guides]]
:* [[HowTo Guides#For Developers|Developer HowTo Guides]]
{{ #if: {{TrainingLink}} |:* {{Platform Training}} }}
{{ #if: {{TrainingLink}} |:* {{Platform Training}} }}
{{ #ifeq: {{SKIN}} | ATT |:* [http://paas.attplatform.com/tools/enablers/ Third Party Services APIs]}}
{{ #ifeq: {{SKIN}} | ATT |:* [http://paas.attplatform.com/tools/enablers/ Third Party Services APIs]}}
Line 68: Line 27:
{| cellpadding="3" class="tight-rows vertical_left_bar"
{| cellpadding="3" class="tight-rows vertical_left_bar"
| colspan="3" | &nbsp; '''Data'''
| colspan="3" | &nbsp; '''Data'''
|-
| || [[Objects]]
| Store data in a powerful "database on steroids".
|-
| || width="80px" | [[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]]   
|  || [[Database Views]]   

Revision as of 19:07, 16 May 2012

User:Aeric/Sidebar

Orientation


__TBD: Integrate topic index w/ Developer Index here__


  • More Information

Process Designers


  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 business processes.
Data Policies Automatically act when data is changed or viewed.
Validations Make sure that incoming data is correct.
 
  Logic
Actions Create buttons the user can press.
Classes Create Java classes for more sophisticated programming.
Sites Create pages for customers and external users.
Pages Create custom Java Server (JSP) pages.
Static Resources Upload additional CSS and Javascript files.
Components Build custom controls for JSP pages.
 
  Global Resources
Users Manage users.
Tasks Organize tasks.
Appointments Track appointments.
Documents Manage documents.
Global Picklists Common choice-lists for use in any page.
 
  Development Resources
Developer Configuration Set up your development environment.
Tools and APIs IDE integration, test framework, APIs, ...
Sandboxes Separate development/test environments.
Unit Test Framework Write tests for Java code
Eclipse Plug-in Use a development IDE