Customizing the new data entry screens
The new data entry user interfaces can be customized using
predefined JavaScript hooks,
which start custom code that is provided in the JavaScript file. Separate hooks are provided
for the single-edit screen (newSEExtObj.initialize()
)
and the multi-edit screen (newMEExtObj.initialize()
).
These hooks are started after the UI widgets are instantiated and
are then available for customization.
Procedure
Results
The custom function invocation is wrapped in a try/catch block within the product code and any exceptions that are caught are logged to the Developer tools console. These logs can be viewed using the Microsoft Internet Explorer Developer tools console.