Difference between revisions of "System Developer"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 41: Line 41:
| Do SQL Language queries on your platform data.
| Do SQL Language queries on your platform data.


|-
| colspan="3"| &nbsp; <!-- spacer row -->
|-
| colspan="3"| &nbsp; '''Presentation'''
|-
|  || [[Forms|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.


|-
|-
Line 103: Line 78:
|  || [[Components]]
|  || [[Components]]
| Build custom controls for JSP pages.
| 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]]
|  || [[Documents]]
Line 125: Line 86:
|}
|}


{{#if: {{ShowDevInfo}} |
{{:Welcome Page Development Resources}}
{{:Welcome Page Development Resources}}
}}
</div>
</div>


|}
|}

Revision as of 19:10, 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.


 
  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.
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