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.

Multi-row mode is only relevant for custom actions defined on the item path since custom actions on individual items are sent as separate requests. A custom action on an entire business object may update multiple items in the business object but 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.

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.