Multi-Row Mode for Custom Actions

If a custom action supports multi-row mode, Oracle Visual Builder Add-in for Excel can send multiple custom actions in a single REST request for better performance.

A collection-level custom action performed from a table layout or form-over-table layout is accomplished using a single request.

To enable multi-row mode, select the Supports Multi-Row Requests check box in the Custom Action Editor. If the check box is not selected, the add-in invokes the custom action one row at a time.

If you attempt to use multi-row processing on a custom action that does not support it, you may get an error from the service. If the custom action doesn't work properly in multi-row mode, deselect the check box.

Multi-row mode may be enabled for the collection-level custom action used in an action table layout, subject to the same caveats above. See Create an Action Table Layout.

For more information, see Upload Changes Using Multi-Row Requests.

Note:

The "batchEnabled" : false property in the ADF REST service metadata determines the initial value of the Supports Multi-Row Requests check box in the Custom Action Editor. If the property is not configured, the check box is selected by default.

After the catalog is created, the check box setting controls how the add-in behaves.