Lasernet FO Connector License Configuration
    • 29 Apr 2025
    • 1 Minute to read
    • Contributors
    • PDF

    Lasernet FO Connector License Configuration

    • PDF

    Article summary

    Class-based reports and Direct SQL expression configuration keys are available to solve the security issue if class-based reports and/or direct SQL expressions are not allowed by company policy.

    To access them, navigate to System administration > Setup > License configuration.

    The Class based reports configuration key enables the creation of class/OData reports.

    The Direct SQL expression configuration key enables the use of Direct SQL within the Query wizard.

    The following is an example of custom/direct SQL:

    SELECT SUM (SalesLine.SalesQty*InventTable.NetWeight) from SalesLine join InventTable on InventTable.ItemId=SalesLine.ItemId AND InventTable.dataAreaId = SalesTable.dataAreaId where SalesLine.SalesId=SalesTable.SalesId AND SalesLine.dataAreaid=salesTable.dataAreaid


    What's Next