Table of Contents

ClearAdditionalSettings Procedure

Interface IQ Integration Type

This function is called when the Integration Setup is deleted or changes Integration Type. This function should clean up the additional settings related to the provided code.

Signature

ClearAdditionalSettings(IntegrationSetupCode: Code[20]) Handled: Boolean

Parameters

IntegrationSetupCode Code[20]

The Code for the Integration Setup that is being changed or deleted. Use this code to identify the settings to be deleted.

Returns

Boolean

true if this is implemented, otherwise false. If AdditionalSettingsIsSupported() returns true, this function is also expected to return true, otherwise an error is shown.

This documentation is generated from Spider v27.2