Difference between revisions of "Version 10.3 Platform"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 16: | Line 16: | ||
=== Next Release === | === Next Release === | ||
<blockquote> | <blockquote> | ||
==== One-click File Preview ==== | |||
:Stored files can be viewed online, without having to download them first. | |||
==== Manage Dashboards ==== | ==== Manage Dashboards ==== | ||
:The [[Views and Reports]] option can be used to access the dashboards defined in the application and make modifications to a dashboard's name, layout, and visibility. | :The [[Views and Reports]] option can be used to access the dashboards defined in the application and make modifications to a dashboard's name, layout, and visibility. | ||
Line 22: | Line 25: | ||
:An email channel can be configured to process messages related to tasks, as well as cases. In addition to storing messages in the task history, action commands can be used complete an action task, or approve/reject an approval task. | :An email channel can be configured to process messages related to tasks, as well as cases. In addition to storing messages in the task history, action commands can be used complete an action task, or approve/reject an approval task. | ||
:''Learn more:'' [[Email Channel#Email Handling]] | :''Learn more:'' [[Email Channel#Email Handling]] | ||
==== New in the Docs ==== | ==== New in the Docs ==== | ||
:* [[Java Code Samples#Set Case Status According to Related Tasks]]<br>This example determines the status of a case by examining all of its related tasks. | :* [[Java Code Samples#Set Case Status According to Related Tasks]]<br>This example determines the status of a case by examining all of its related tasks. |
Revision as of 20:05, 29 September 2014
See also:
- Version 10.2 Platform (previous release)
- All Release Notes
Next Release
One-click File Preview
- Stored files can be viewed online, without having to download them first.
Manage Dashboards
- The Views and Reports option can be used to access the dashboards defined in the application and make modifications to a dashboard's name, layout, and visibility.
Complete Tasks using Email
- An email channel can be configured to process messages related to tasks, as well as cases. In addition to storing messages in the task history, action commands can be used complete an action task, or approve/reject an approval task.
- Learn more: Email Channel#Email Handling
New in the Docs
- Java Code Samples#Set Case Status According to Related Tasks
This example determines the status of a case by examining all of its related tasks.
6 Sep 2014
"Leaving this Page" Warning
- A warning appears when leaving a page without saving your changes, in circumstances that will cause your changes to be lost.
(The warning does not appear if the data will still be there when you return.)Date Comparisons in a Process Decision Switch
- When examining a date field in a Decision Switch, the complete set of date-range comparisons is available, including This Month, Previous Month, This Year, and other options that were previously available when Defining Conditions for a Rule.
- Learn more: Date Comparisons
Simplified Structure for the REST Application Access API
- Element attributes have been converted into the sub-elements in the data structure for the Application Access API. The simplified structure supports the JSON data format, as well as XML.
- Learn more: REST API:applicationAccess Resource