Option | Description |
Publish Integration Mappings to Recommendations Engine | Select this check box to enable the smart mapping feature. This provides you mapping recommendations whenever you perform mapping. For more information, see
Smart Mapping. Note: By enabling this feature, you are also providing us your consent to collect your mapping information. For trial tenants, this feature is enabled by default. |
Mark Integration as Completed with Errors, if errors are caught with try-catch blocks | Select this check box to view on-screen messages when an exception occurs while executing an operation or a service within an integration using a Try-Catch block. When this check box is enabled, if an exception occurs within a Try block, then the end result of the integration execution is shown as completed with errors. Even if the error is handled in the Catch block, the integration is shown as completed with errors. When this check box is not selected, if an exception occurs within a Try block, then the end result of the integration execution is shown as integration completed successfully. It is the responsibility of the integration developer to handle the error inside the Catch block. For example, let us consider an integration that contains a divideInts Math service within a Try-Catch block. While doing the division, if we enter a string value instead of an integer and execute this integration and if this check box is not selected, then you will see the message Integration completed successfully. If the check box is selected, then you will see the message Integration completed with errors. |