Difference between revisions of "Version 10.4 Platform"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 24: | Line 24: | ||
<blockquote> | <blockquote> | ||
==== Accessibility Fixes ==== | ==== Accessibility Fixes ==== | ||
: | :Multiple issues relating to the Accessibility feature have been fixed. | ||
:{| border="1" cellpadding="5" cellspacing="1" | :{| border="1" cellpadding="5" cellspacing="1" | ||
| [https://itrac.eur.ad.sag/browse/WS-24772 WS-24772] || | | [https://itrac.eur.ad.sag/browse/WS-24772 WS-24772] || Links generated with a span-tag need to be converted to use the A-tag, so they can receive focus. | ||
|- | |- | ||
| [https://itrac.eur.ad.sag/browse/WS-24803 WS-24803] || On opening pop-ups the active focus is not set to the first pop-up element | | [https://itrac.eur.ad.sag/browse/WS-24803 WS-24803] || On opening pop-ups the active focus is not set to the first pop-up element |
Revision as of 22:53, 26 February 2015
See also:
- Version 10.3 Platform (previous release)
- All Release Notes
- Upcoming Releases
Next Release
Accessibility Fixes
- Multiple issues relating to the Accessibility feature have been fixed.
WS-24772 Links generated with a span-tag need to be converted to use the A-tag, so they can receive focus. WS-24803 On opening pop-ups the active focus is not set to the first pop-up element WS-24807 Data tables WS-24801 No formatting options available within accessibility mode not fixed WS-24802 Combo boxes WS-24798 Field hints not displayed when focus
- Learn more: Accessibility Mode
Bug Fixes
Case #007805 Look-up fields required by layout rule are not validated Case #007805 Empty WebForm area in Internet Explorer Case #007805 Layout Rules not working with prefilled fields Case #007805 Attempting to change Name or E-Mail Address of top team (My Team) fails Documentation Enhancements
- Process Models#Calling Java Code from a Process - Outlines a quick hack to do the deed.
31 Jan 2015
Editor Shortcuts in Accessibility Mode
- The keyboard shortcuts that can be used to drive the rich text editor (HTML editor) in normal mode work in Accessibility Mode, as well.
- Learn more: Keyboard Shortcuts
10 Jan 2015
Access Custom User Fields in JavaScript
- Use the userCustomFields structure to access custom fields that have been added to the Users Object.
- Learn more: JavaScript Functions#Accessing User Information
Promotion Codes
- Platform administrators can create promotion codes for new tenants, "sweetening the pot" for a specified period of time to encourage new business. (This is really an installable-version feature. But since it will be in the cloud first, the sales organization now has the capacity to define promotion codes it needs.)
- Learn more: Promo Code Configuration
Promotion Code APIs
- Along with the new promotion codes comes the ability to manage them using APIs. So it becomes possible to define a custom interface, rather than requiring the sales organization to use the platform admin interface.
- Learn more: REST API:promoCode Resource