Show / Hide Table of Contents

    OnBeforeDisableIntegration Event

    Codeunit Disable Settings

    Raised in the destination environment when an environment is copied. The event is raised for all Integrations, and if the IsHandled is not set to true the Integration will be disabled. Use this event to avoid to disable an Integration, or to make other modifications to the Integration, when an environment is copied.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeDisableIntegration(IntegrationSetup: Record "QWESR Integration Setup"; CompanyName: Text; DestinationEnv: Enum "Environment Type"; SourceEnv: Enum "Environment Type"; var IsHandled: Boolean)
    

    Parameters

    IntegrationSetup Record "QWESR Integration Setup"

    The Integration Setup record for the Integration.

    CompanyName Text

    Name of the current Company.

    DestinationEnv Enum "Environment Type"

    The Environment Type that the environment is being copied to (Sandbox or Production).

    SourceEnv Enum "Environment Type"

    The Environment Type that the environment is copied from (Sandbox or Production).

    var IsHandled Boolean

    This should be set to true to avoid that an Integration is disabled.

    This documentation is generated from Spider v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX