Show / Hide Table of Contents

    AddCustomReportRestriction

    Type, Introduced in version 2.18

    Adds a custom report restriction to a report execution strategy.

    Used by the GetCustomReport command.

    Properties

    Name Type Summary Introduced in
    Column String The column name of the report restriction.

    • Mandatory
    From String The from value of the report restriction.

    • Mandatory
    To String The to value of the report restriction.

    • Mandatory
    Exclude Boolean? Whether or not the custom report should exclude any results that match the restriction.

    • false by default
    Introduced in version 2.50

    Example

    {
      "Column": null,
      "From": null,
      "To": null,
      "Exclude": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB