Show / Hide Table of Contents

    AddDebugFlag Procedure

    Codeunit Debug Flags

    Adds a debug flag.

    Overloads

    Name Description
    AddDebugFlag(Text[100]; Text[250]) Adds a debug flag.
    AddDebugFlag(Text[100]; Text[250]; Boolean) Adds a debug flag.

    AddDebugFlag(Text[100]; Text[250]) Procedure

    Adds a debug flag.

    Signature

    AddDebugFlag(Name: Text[100]; Description: Text[250])
    

    Parameters

    Name Text[100]

    The name of the new Debug Flag. This must be unique for each Debug Flag.

    Description Text[250]

    The description of the new Debug Flag. This should explain what activating the debug flag will do.

    AddDebugFlag(Text[100]; Text[250]; Boolean) Procedure

    Adds a debug flag.

    Signature

    AddDebugFlag(Name: Text[100]; Description: Text[250]; DefaultActive: Boolean)
    

    Parameters

    Name Text[100]

    The name of the new Debug Flag. This must be unique for each Debug Flag.

    Description Text[250]

    The description of the new Debug Flag. This should explain what activating the debug flag will do.

    DefaultActive Boolean

    Specifies if this debug flag should be active by default.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX