Member Junction
    Preparing search index...

    One field the MJ system user cannot fully use on an entity where field security is enabled.

    type SystemUserFieldAccessViolation = {
        EntityName: string;
        FieldName: string;
        Verb: "read" | "update" | "create";
    }
    Index

    Properties

    EntityName: string
    FieldName: string
    Verb: "read" | "update" | "create"

    The verb the system user has lost, relative to its entity-level access.