Show / Hide Table of Contents

    OnBeforeTableExportIsBlacklisted Event

    Codeunit Functions Blacklist Mgt

    Triggered before a table export is checked for being blacklisted.

    This event can be used to override the default behavior of the blacklisting of table exports. If IsBlackListed is set to true, the table is considered blacklisted and cannot be used with Eagle and a generic error is shown. To show a custom error message, call the Error() function.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeTableExportIsBlacklisted(TableNo: Integer; var IsBlackListed: Boolean; var IsHandled: Boolean)
    

    Parameters

    TableNo Integer

    The table number.

    var IsBlackListed Boolean

    Set to true if the table is blacklisted and a default error message should be shown.

    var IsHandled Boolean

    Set to true if the event handler has handled the event and the default blacklist behavior should be skipped. The IsBlackListed will set the behavior.

    This documentation is generated from Eagle v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX