Contents
1 What's New in This Release
2 Overview of the JavaScript API
- Overview of the JavaScript API
- Overview of Customizing Buttons
- Contexts in Which You Can Customize Buttons
- Color Coding of Fields and Rows
3 Getting Started with the JavaScript API
- Getting Started with the JavaScript API
- Overview of Using Custom JavaScript Code
- Privileges Required
- Uploading JavaScript Libraries
- Guidelines for Uploading Client-Side Extensions
- Managing HTML Head Additions
- Guidelines for Managing HTML Head Additions
- About Enabling and Disabling Customized Code in Oracle CRM On Demand
- Security Considerations
4 JavaScript API Reference
- JavaScript API Reference
- Classes Exposed
- JavaScript API
- Methods for the oraclecrmod Object
- Methods for the TitleBar Object
- Methods for the Button Object
- Methods for the Field Object
- Methods for the Form Object
- Methods for the List Object
- Methods for the ListRow Object
- Methods for the Context Object
- Methods for CRUD Operations
- Method for Setting the Search Specification for the Solutions Popup Window Associated with Service Requests
- Errors and Error Handling
5 JavaScript API Code Samples
- JavaScript API Code Samples
- Getting Started with the Code Samples
- Code Sample 1 for Creating a Custom Button for Validation
- Code Sample 2 for Creating a Custom Button for Validation
- Code Sample for a Custom Button That Creates a Record
- Code Sample for a Custom Button That Creates a Child Record
- Code Sample for a Custom Button That Updates a Record
- Code Sample for a Custom Button That Gets a Shipping Address to Pass to an External Site
- Code Sample for a Custom Button That Creates a Task
- Code Sample for Hiding a Button
- Code Sample for Changing the Behavior of a Save Button
- Code Sample for a Read Operation on an Account Record
- Code Sample for Color Coding of Fields and Rows