Difference between revisions of "Version 8.1 Platform Release Notes"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 12: | Line 12: | ||
:::* Add tasks and manage them | :::* Add tasks and manage them | ||
:::* Use Relay to monitor your team’s status and make comments | :::* Use Relay to monitor your team’s status and make comments | ||
{{#if: {{showWhitepapers}} | | {{#if: {{showWhitepapers}} | | ||
::: | :: ''Learn more:'' [http://www.youtube.com/watch?v=WmPd6XkRDhk Javelin video] | ||
}} | }} | ||
:;Relay Enhancements: | :;Relay Enhancements: | ||
::* '''Notifications''' - A notification icon now appears in the interface to let you know when there are updates to your Relay feed or responses to your posts. | ::* '''Notifications''' - A notification icon now appears in the interface to let you know when there are updates to your Relay feed or responses to your posts. | ||
::* '''360-degree View''' - When you're tracking a record, you can get updates on related records like notes and tasks. | ::* '''360-degree View''' - When you're tracking a record, you can get updates on related records like notes and tasks. | ||
{{#if: {{showWhitepapers}} | | {{#if: {{showWhitepapers}} | | ||
::: | :: ''Learn more:'' [http://www.youtube.com/user/LongJumpVid#p/c/7597F6862BEC48B1/1/DcWGGLs96M8 Relay video] | ||
}} | }} | ||
{{#if: {{showWhitepapers}} | | {{#if: {{showWhitepapers}} | | ||
:;User Community Forum - {{BrandLabel}} Answers: | :;User Community Forum - {{BrandLabel}} Answers: | ||
:: Ask questions and get answers from members of the {{BrandLabel}} community. | :: Ask questions and get answers from members of the {{BrandLabel}} community. | ||
}} | }} | ||
:;Web Form Attachments: | :;Web Form Attachments: | ||
Line 39: | Line 34: | ||
:: In the '''Designer''' menu, the '''Data & Presentation''' category has been split into two categories: '''Data''' and '''Presentation'''. Additional items have been added to those categories, and to other categories in the Designer menu. | :: In the '''Designer''' menu, the '''Data & Presentation''' category has been split into two categories: '''Data''' and '''Presentation'''. Additional items have been added to those categories, and to other categories in the Designer menu. | ||
:;Data Policies can now specify Date Criteria and/or Advanced Field Criteria: | :;Data Policies can now specify Date Criteria and/or Advanced Field Criteria: | ||
:: Sometimes, it's easier to specify a few fields and values to compare them to. The Data Criteria and Advanced Field Criteria options make that possible. (The Formula Builder is still available as well, for when more complex expressions are needed.) | :: Sometimes, it's easier to specify a few fields and values to compare them to. The Data Criteria and Advanced Field Criteria options make that possible. (The Formula Builder is still available as well, for when more complex expressions are needed.) | ||
Line 55: | Line 46: | ||
:: ''Learn more: {{TBD|link to wiki page}} | :: ''Learn more: {{TBD|link to wiki page}} | ||
{{#if: {{ShowDevInfo}} | | |||
<!-- | <!-- | ||
== For Developers == | |||
===Major Enhancements === | |||
=== Significant Changes === | === Significant Changes === | ||
:;Change: | :;Change: | ||
:: Description. | :: Description. | ||
== [[Java API]] Changes == | == [[Java API]] Changes == | ||
=== Global Changes === | === Global Changes === | ||
:;Item: | :;Item: | ||
Line 70: | Line 65: | ||
These new resources are [[Provisional]]. (Full functionality may not yet be implemented.) | These new resources are [[Provisional]]. (Full functionality may not yet be implemented.) | ||
:;API_link: | |||
:: Description. | |||
=== New and Changed APIs === | |||
:;API_link: | :;API_link: | ||
:: Description. | :: Description. | ||
--> | --> | ||
== [[REST API]] Changes == | == [[REST API]] Changes == | ||
<!-- | <!-- |
Revision as of 21:43, 8 June 2011
See also:
- Release Notes for all versions
- Doc Notes for documentation changes.
1 For Users and Designers
1.1 Major Enhancements
- New Mobile Interface - Javelin
- Access and interact with the Platform from your iPhone, iPad, or Android device:
- Add, edit, and delete records
- Add tasks and manage them
- Use Relay to monitor your team’s status and make comments
- Learn more: Javelin video
- Relay Enhancements
-
- Notifications - A notification icon now appears in the interface to let you know when there are updates to your Relay feed or responses to your posts.
- 360-degree View - When you're tracking a record, you can get updates on related records like notes and tasks.
- Learn more: Relay video
- User Community Forum - LongJump Answers
- Ask questions and get answers from members of the LongJump community.
- Web Form Attachments
- Include files and images with the data submitted to the platform by web forms running on your own servers.
- Learn more: __TBD: link to wiki page__
1.2 Significant Changes
- Designer Menu Enhancements
- In the Designer menu, the Data & Presentation category has been split into two categories: Data and Presentation. Additional items have been added to those categories, and to other categories in the Designer menu.
- Data Policies can now specify Date Criteria and/or Advanced Field Criteria
- Sometimes, it's easier to specify a few fields and values to compare them to. The Data Criteria and Advanced Field Criteria options make that possible. (The Formula Builder is still available as well, for when more complex expressions are needed.)
- Learn more: __TBD: link to wiki page__
- Data Policies can execute Java code directly
- When defining a data policy, it is now possible to add Java code directly into the policy. That code can then carry out operations using the Java API. This feature is intended for users who aren't comfortable creating classes and defining methods, but it is also useful for developers who need to make a quick patch. The resulting code can't be modified with the Eclipse Plugin, and it can't be unit-tested, but it is quicker and easier to created.
- Learn more: __TBD: link to wiki page__
- Lookups can now be sorted
- It is now possible to specify the order in which lookup-records are presented to the user for choosing, both for single-value lookups and multi-value lookups.
- Learn more: __TBD: link to wiki page__
2 REST API Changes
2.1 REST Resources
- Customer Support resource
- Proxy Login resource
- Switchback resource
2.2 Deprecated Functionality
2.2.1 Standalone Functions Deprecated
- Standalone Functions have been deprecated. Existing functions continue to work in this release, but it is no longer possible to create new ones. In a future release, support will be discontinued entirely. For equivalent functionality, define methods in Java Classes.
- Learn more: