Skip to content

Remove Unused usings - Problem with CalcFormula #648

@pri-kise

Description

@pri-kise

The action Remove unused usings removes to much usings.

We have the following FlowField in a TableExtension:

        field(50000; "PTE Created by"; Code[80])
        {
            Access = Public;
            CalcFormula = lookup(User."Full Name" where("User Security ID" = field(SystemCreatedBy)));
            Caption = 'Created by';
            Editable = false;
            FieldClass = FlowField;
            ToolTip = 'User who created this record.';
        }

The code action remove the using using System.Security.AccessControl;.

I guess that CalcFormula isn't checked yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions