Difference between revisions of "Version 8.1 Upgrades and Enhancements"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 29: Line 29:
:;New buttons when editing fields:'''[Save]''' and '''[Close]''' buttons are now available in the fields tab, while editing a field.
:;New buttons when editing fields:'''[Save]''' and '''[Close]''' buttons are now available in the fields tab, while editing a field.


:;Ranges for numeric fields:
::The default minimum and maximum for numeric fields are now 0 and 999999999 (999,999,999). Respectively. Those values can be modified as needed. Negative values can be specified (e.g. -6). Values can be specified up to and including the maximum positive and negative integer values.
::''Learn more:'' [[Field Display Types]]
<!--
<!--
=== Significant Changes ===
=== Significant Changes ===

Revision as of 23:01, 10 August 2011

Version 8.1.4 of the platform contains minor feature enhancements, as well as bug fixes.

See also:

1 For Users and Designers

1.1 Enhancements

Relay Notification Alerts
At the top of the window, a small balloon indicates the number of Relay messages that have arrived. RelayNotificationsAlert.png
Parent object fields available in formula fields
Parent object fields are now available when creating Formula Fields in a child object.
Example:
Order (parent object) and Order Items (child object)
When you create a formula field in Order Items, all fields in the Order object are available:
  • On the formula field page > click Choose field
  • The parent object is displayed as Orders >
  • Click that entry to get a list of fields in the Orders object
Print All
In the list view for any Object, selecting [More actions] > Print brings up a popup window that lets you specify print options. Those options let you specify individual records to print (any selections you made in the original view show as the initial set of records). In addition, you can now select a view to print the entire collection records in that view. (You can also specify the form or template to use for printing, and the page orientation.)
Longer grid sections
A grid section in a form can now be created with up to 100 rows. (Previously, the limit was 10.)
Learn more: See "Number of Rows" in Working_with_Form_Sections#Add_or_Edit_a_Grid_Section
New buttons when editing fields
[Save] and [Close] buttons are now available in the fields tab, while editing a field.
Ranges for numeric fields
The default minimum and maximum for numeric fields are now 0 and 999999999 (999,999,999). Respectively. Those values can be modified as needed. Negative values can be specified (e.g. -6). Values can be specified up to and including the maximum positive and negative integer values.
Learn more: Field Display Types