Table 1. What's New in Oracle CRM On Demand JavaScript API Developer's Guide, Release 32
|
|
Methods for the Field Object |
Modified topic. A new method, getId(), has been added for the Field object (see Table 6). This method allows you to get the row ID of associated records on the screen. |
Getting and Setting Screen Values |
Modified topic. The setValue() method of the Field object is now supported for Detail and List pages as well as for New and Edit pages (see Table 6). |
Getting and Setting LIC Values of Picklists |
Modified topic. The getLICValue() method of the Field object is now supported for List pages as well as for New, Edit, and Detail pages (see Table 6). |
Limitations When Using the setValue() Method |
New topic. It describes limitations for the setValue() method, and explains how you can now set the values for constituent fields of concatenated fields for both Detail and Edit pages, regardless of whether the fields are on the page layout. |
Support for Address Fields When Using the setValue() Method |
New topic. It describes how, for the setValue() method, for address fields on both Detail and Edit pages, you can set individual fields in the address at the same time, including those in different address layouts. Previously, this was only possible for Edit pages. |
Getting and Setting LIC Values of Picklists |
Modified topic. The setLICValue() method of the Field object is now supported for Detail and List pages as well as for New and Edit pages (see Table 6). |
Methods for the Form Object |
Modified topic. A new method commitValues(), has been added for the Form object (see Table 7). This method allows field values set on Detail pages to be updated in the database without updating the whole screen. |
Methods for the Form Object |
Modified topic. A new method, getId() has been added for the Form object (see Table 7). This method allows you to get the row ID of records on the screen, even if the row ID field is not on the page layout. |
Methods for the ListRow Object |
Modified topic. A new method, commitValues() has been added for the ListRow object (see Table 9). This method allows field values set on List pages to be updated in the database without updating the whole screen. |
Methods for the ListRow Object |
Modified topic. A new method, getId() has been added for the ListRow object (see Table 9). This method allows you to get the row ID of the record on a particular row on a list on the screen. |
Methods for the Context Object |
Modified topic. New attributes related to the user have been added for the Context object, see Table 11. |