Difference between revisions of "Version 10.1 Platform"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 49: | Line 49: | ||
==== External Lookups and External Data Sources ==== | ==== External Lookups and External Data Sources ==== | ||
:An [[External Lookup]] field lets a designer access a [[Web Service]] to select a record from an external source, such as a database that is maintained elsewhere on the web. | :An [[External Lookup]] field lets a designer access a [[Web Service]] to select a record from an external source, such as a database that is maintained elsewhere on the web. Fields from the external record can then be displayed as part of the object record in the platform. | ||
:An [[External Data Source]] lets a designer | :An [[External Data Source]] lets a designer access a collection of related records from such data. | ||
==== Fault Handling for Web Services ==== | ==== Fault Handling for Web Services ==== |
Revision as of 01:35, 25 February 2014
See also:
- Version 10.0 Platform (previous releases)
- All Release Notes
Coming Next
New Application Preferences
- New preference-settings are available, at the company level at the level of personal preferences, or both. Use them to determine how records are displayed. (For now. Expect additional options in coming months.)
- Learn more:
Email Signatures
- Set up an email signature that will be attached to messages you send.
- Learn more: My Information#Email Signature
Editable Subforms
- Editable Subforms have long been available for Web Forms that are displayed on an external web page. They are now available for forms displayed in the platform, as well.
External Lookups and External Data Sources
- An External Lookup field lets a designer access a Web Service to select a record from an external source, such as a database that is maintained elsewhere on the web. Fields from the external record can then be displayed as part of the object record in the platform.
- An External Data Source lets a designer access a collection of related records from such data.
Fault Handling for Web Services
- Fault-handling paths for Web Services can be defined in a Process
- Learn more: Web Services Integration
Force Security Question at Login
- xx.
- Learn more: xx
New APIs
- Boolean flag tells if Security Question needs to be set.
- Learn more: REST API:User#Get User
New in the Docs
- Setting up Your Account (for when you're just getting started)
- HowTo:Create Cases from Mobile Devices
- HowTo:Send Messages to Multiple Recipients
- Working with Tasks#Working with Process Tasks (new section)
- ServiceDesk application#About ServiceDesk (new section)
- Case Analytics (the statistics-gathering feature of ServiceDesk)
- Application Testing
- Java Debugging Tips#Use a JSP Page to Test a Code Fragment (new section for developers)
- Creating Dynamic Case Management Apps (a new index page for PDF articles)
- Building a Dynamic Case Management Application in the AgileApps Cloud (pdf) updates:
- "Introduction to DCM" extracted to a separate article.
- {{TBD|Extract "Choosing your development approach" to a separate article.
- __TBD: Modify the procedures and screen captures to reflect the improved naming-options.__
- __TBD: Add Web Service examples.__
17 Jan 2014
LDAP Integration
- LDAP integration allows admins to manage enterprise users in a single location. On-premise installations will want to take advantage of this feature to automatically recognize LDAP entries as platform users, allowing the users to log in with their normal credentials, while automatic synchronization with the LDAP server keeps the platform up to date.
- Learn more: LDAP Configuration
Language Packs
- The platform interface can be presented in a variety of different languages, including French, Italian, German, and Spanish, as well as English. The choices available to users are determined by your Company Settings.
- Learn more: Company Information#Available Language Settings
Post-Selection Javascript for Lookup fields
- Javascript code can be executed after a Lookup target has been selected.
- Learn more: Post Selection JavaScript
Specify Catalog Description and Icon when Publishing a Package
- The icon and description that appear in the catalog can be specified when the package is published.
- Learn more: Packages#Publish a Package
Post-Selection Javascript for Lookup fields
- Javascript code can be executed after a Lookup target has been selected.
- Learn more: Post Selection JavaScript
REST API Enhancements
- When uploading a file using the REST API, the isBase64Encodedquery parameter can be used to specify that the file contains encoded binary data.
- Use the appId query parameter to restrict a list of returned objects to those that are part of a specific application.
- Learn more: REST API:object Resource##Retrieve all Objects
- When returning data for an enumerated field, the REST API:record Resource returns the field label in addition to the field value, using the XML attribute, displayValue.