Show / Hide Table of Contents

    OnBeforeDisableCommunicationMethod Event

    Codeunit Disable Settings

    Raised in the destination environment when an environment is copied. The event is raised for all Communication Methods before the default disable functionality is processed. If IsHandled is set to true the disable functionality for built in Communication Methods will not be processed. Use this event to change the disable functionality for a built in Communication Method, or manage extended Communication Methods.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeDisableCommunicationMethod(IQCommunicationMethod: Record "QWESR IQ Communication Method"; CompanyName: Text; DestinationEnv: Enum "Environment Type"; SourceEnv: Enum "Environment Type"; var IsHandled: Boolean)
    

    Parameters

    IQCommunicationMethod Record "QWESR IQ Communication Method"

    The IQ Communication Method record for the Communication Method.

    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 suppress the default disable functionality for a built in Communication Method.

    This documentation is generated from Spider v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX