Difference between revisions of "Version 10.1 Platform"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 3: | Line 3: | ||
The redirect stays in place until new features are added. | The redirect stays in place until new features are added. | ||
At that point, this page becomes a dated feature list using the template below. | At that point, this page becomes a dated feature list using the template below. | ||
--> | |||
:{| border="1" align="right" cellpadding="5" cellspacing="1" | :{| border="1" align="right" cellpadding="5" cellspacing="1" | ||
| | | | ||
Line 10: | Line 10: | ||
|} | |} | ||
__TOC__ | __TOC__ | ||
=== | ===17 Jan 2014=== | ||
<blockquote> | <blockquote> | ||
==== | ==== 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: [[ | :''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]] | |||
{{Note|<br>For the {{EnterpriseBrand}} running in the public cloud, a support request must be filed to enable language choices other than English.}} | |||
====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 <tt>isBase64Encoded</tt>query parameter can be used to specify that the file contains encoded binary data. | |||
::''Learn more:'' [[REST API:record Resource#Multipart Operations for Raw Data]] | |||
:* Use the <tt>appId</tt> 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, <tt>displayValue</tt>. | |||
</blockquote> | </blockquote> | ||
<noinclude> | <noinclude> | ||
[[Category:Release Notes]] | [[Category:Release Notes]] | ||
</noinclude> | </noinclude> |
Revision as of 01:01, 18 January 2014
Redirect to:
See also:
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.