Difference between revisions of "Designers Index"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
 
(104 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| border="1" cellpadding="5" cellspacing="1"
<div style="width:18em; max-width:18em; float:left;">
| valign="top"| {{:User:Aeric/Sidebar}}
<span style="font-family: Arial; font-size:120%;">''Basics''</span>
| valign="top"|
<div style="width:22em; max-width:22em; float:left;">
<span style="font-family: Arial; font-size:120%;">''????''</span>
<hr class="horizontal_bar"/>
<hr class="horizontal_bar"/>


Line 10: Line 7:
** [[Teams]]
** [[Teams]]
** [[Roles]]
** [[Roles]]
** [[Role Based Access Permissions]]
** [[Tab Preferences]]
** [[Permissions Hierarchy]]
** [[View Preferences]]
** [[Cases]] and [[Tasks]]
** [[Attachments]]
** [[Case States and Transitions]]
 
<p style="height:7px">&nbsp;</p><!--Spacer-->
<p style="height:7px">&nbsp;</p><!--Spacer-->
*'''Design Concepts'''
*'''Design Concepts'''
:* [{{DOCHOST}}/articles/BuildCaseMgtApp_AgileApps_Live.pdf Build a Case Mgt App (pdf)]
:* [[Application Options]]
:* [[Application Architecture]]
:* [[Application Architecture]]
:* [[Application Design Guide]]
:* [[Application Design Guide]]
:* [[Localization]]
:* [[The Power of Objects|The Power of Objects]]
:* [[The Power of Objects|The Power of Objects]]
<p style="height:7px">&nbsp;</p><!--Spacer-->
*'''Object Capabilities'''
:* [[Object Relationships]]
:* [[Object Relationships]]
:* [[Working with Composite Objects|Composite Objects]]
:* [[Object Inheritance]]
 
:* [[Field Display Types]]
:* [[Field Display Types]]
:**  [[Computed Fields]]
:**  [[Computed Fields]]
:**  [[Formula Fields]]
:**  [[Formula Fields]]
:**  [[Lookup]] Fields
:**  [[Lookup|Lookup Fields]]
 
:* [[Validations]] for safety
:* [[Indexes]] for speed       
:* [[Record Locator]] for identifying records in searches and lookups
 
:* [[Subform]]s
:* [[Subform]]s
:**  [[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-->
<p style="height:7px">&nbsp;</p><!--Spacer-->
*'''Interface'''
** [[Views]]
** [[Forms]]
** [[Custom Form Actions]]
** [[Web Tabs]]


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


<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]]
:* [[Design Options]]
{{ #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]}}
</div>
</div>
<!-- =========================================================================== -->
<!-- =========================================================================== -->
<div style="margin-left:23em; margin-top:10px">
<div style="margin-left:19em; 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%;">''????</span>
<span style="font-family: Arial; font-size:120%;">''Design Elements</span>
<hr class="horizontal_bar"/>
<hr class="horizontal_bar"/>
</div>
</div>


<div style="margin-left:22.5em;">
<div style="margin-left:19em;">
{| 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 in a powerful "database on steroids".
|-
|-
| || width="80px" | [[Object Inheritance]]
| || width="103px"| [[Case Management Objects]]
| Share common behaviors and attributes.
| The fundamental components of the case management system.
|-
|-
| || [[Indexes]]        
| || [[Case Types]]
| Rapidly access records. Ensure uniqueness.
| Different kinds of cases sharing common functionality.
|-
|-
|  || [[Record Locators]]  
|  || [[Multi Step Tasks]]
| Help users identify records they're searching for.
| Ad Hoc processes created dynamically by users.
|-
|-
| || [[Reports]]      
| || [[Application Branding]]
| Summarize data in platform objects.  
| Use your corporate logo and colors.
|-
|-
| || [[Charts]]        
| || [[Mobile Access]]
| Pie charts, bar charts, graphs. "Drill down" to view underlying data.  
| Access an application on a mobile device.
|-
|-
| || [[Database Views]]
| || [[URL Addresses]]
| Advanced reports using database queries and joins.
| Link to specific pages from emails and applications.
|-
|  || [[SQL Browser]] 
| Do SQL Language queries on your platform data.


|-
|-
| colspan="3"| &nbsp; <!-- spacer row -->
| colspan="3"| &nbsp; <!-- spacer row -->
|-
|-
| colspan="3"| &nbsp; '''Presentation'''
| colspan="3"| &nbsp; '''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|Rules and Rule&nbsp;Sets]]
| Respond to record events, timer events, and scheduled events using if-condition-then-take-action procedures, with zero programming.
|-
|  || [[Processes]]
| Interactively design a flowchart of user tasks, approvals, and automated activities.
|-
|  || [[Web Services]]
| Automate data interchange with external web services
|-
|  || [[External Data Sources]]
| Use a Web Service to display related records retrieved from an external data store.
|-
|  || [[SLAs]]
| Define Service Level Agreements, specifying objectives and escalations.
|-
|  || [[Controlling Task-Assignment Notifications|Task Notifications]]
| Determine when a new task owner gets a notification message.
|-
|-
| || [[Forms|Forms]]
| || [[Application Testing]]
| Determine how individual records appear.
| Test your automations to make sure they're working.
 
|-
|-
| || [[Views]]
| colspan="3"| &nbsp; <!-- spacer row -->
| Determine how records are shown in a table.
|-
|-
| || [[Dashboards]]
| colspan="3"| &nbsp; '''Channels'''
| Take command of your data with a variety of [[Widgets]].
|-
|-
|  || [[Print Templates]]
|  || [[Email Channel]]
| Format records by defining HTML and JSP templates.
| Create cases and record comments from incoming messages. Reply with a click.
|-
|-
|  || [[Web Tabs]]
|  || [[Service Portal]]
| Set up the tabs a user will see in the application.
| Allow registered users and guests to create cases, interact with your user community, and/or access your knowledge base.  
|-
|-
|  || [[Sidebars]]
|  || [[Facebook Channel]]
| Customize the contents of the user's navigation pane.
| Create cases and respond using Facebook.
|-
|-
|  || [[Web Forms]]
|  || [[Web Forms]]
| Interact with the platform from a remote site.
| Send data from a remote site.


|-
|-
| colspan="3"| &nbsp; <!-- spacer row -->
| colspan="3"| &nbsp; <!-- spacer row -->
|-
|-
| colspan="3"| &nbsp; '''Rules and Processes'''
| colspan="3"| &nbsp; '''Presentation'''
|-
|-
|  || [[Workflows]]
|  || [[Dashboards]]
| Automate processes. {{TBD|Change to Processes}}
| Custom overview using a variety of [[Widgets]].
|-
|  || [[Email Templates]]
| Pre-formatted messages with template variables.
|-
|  || [[Document Templates]]
| Formatted output: HTML, PDF, Word, PowerPoint.
|-
|  || [[Reports]]       
| Summarize data in platform objects.
|-
|-
|  || [[Data Policies]]
|  || [[Charts]]        
| Take action on events.
| Pie charts, bar charts, graphs.  
|-
|-
|  || [[Validations]]
|  || [[Database Views]]
| Make sure that incoming data is correct.
| Advanced reports using database queries and joins.


|-
|-
| colspan="3"| &nbsp; <!-- spacer row -->
| colspan="3"| &nbsp; <!-- spacer row -->
|-
|-
| colspan="3"| &nbsp; '''Logic'''
| colspan="3"| &nbsp; '''Learn More'''
|-
|  || colspan="2"| {{^Article Build a DCM App}}
|-
|-
|  || [[Actions]]
|  || colspan="2"| {{^Article Customize ServiceDesk}}
| Create buttons the user can press.
|-
|-
|  || [[Sites]]
|  || colspan="2"| [[Creating a Database Application]]
| Create pages for customers and external users.
|-
|-
|  || [[Pages]]
|  || colspan="2"| [[Developers Intro]]
| Create custom Java Server (JSP) pages.
|-
|-
|  || [[Static Resources]]
|  || colspan="2"| [[Developers Index]]
| Upload additional CSS and Javascript files.
|-
|  || colspan="2"| [[Troubleshooting]]
|-
|  || colspan="2"| Platform{{^Messages}}
|-
|
<br>
<br>
<br>
<br>
<br>
<br>
|}


|}
</div>
</div>
|}

Latest revision as of 09:30, 4 July 2019

Design Elements


  Fundamental Capabilities
Case Management Objects The fundamental components of the case management system.
Case Types Different kinds of cases sharing common functionality.
Multi Step Tasks Ad Hoc processes created dynamically by users.
Application Branding Use your corporate logo and colors.
Mobile Access Access an application on a mobile device.
URL Addresses Link to specific pages from emails and applications.
 
  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 Respond to record events, timer events, and scheduled events using if-condition-then-take-action procedures, with zero programming.
Processes Interactively design a flowchart of user tasks, approvals, and automated activities.
Web Services Automate data interchange with external web services
External Data Sources Use a Web Service to display related records retrieved from an external data store.
SLAs Define Service Level Agreements, specifying objectives and escalations.
Task Notifications Determine when a new task owner gets a notification message.
Application Testing Test your automations to make sure they're working.
 
  Channels
Email Channel Create cases and record comments from incoming messages. Reply with a click.
Service Portal Allow registered users and guests to create cases, interact with your user community, and/or access your knowledge base.
Facebook Channel Create cases and respond using Facebook.
Web Forms Send data from a remote site.
 
  Presentation
Dashboards Custom overview using a variety of Widgets.
Email Templates Pre-formatted messages with template variables.
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.
 
  Learn More
Building a Dynamic Case Management Application in the AgileApps Cloud (pdf)
Customizing the ServiceDesk application in the AgileApps Cloud (pdf)
Creating a Database Application
Developers Intro
Developers Index
Troubleshooting
PlatformMessages