vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface BriefcaseRule

    interface BriefcaseRule {
        briefcaseRuleFilters?: BriefcaseRuleFilter[];
        filterLogic?: string;
        isAscendingOrder?: boolean;
        orderBy?: string;
        queryScope?: FilterScope;
        recordLimit?: number;
        relatedRules?: BriefcaseRule[];
        relationshipField?: string;
        relationshipType?: BriefcaseRuleRelationshipType;
        targetEntity: string;
    }
    Index

    Properties

    briefcaseRuleFilters?: BriefcaseRuleFilter[]
    filterLogic?: string
    isAscendingOrder?: boolean
    orderBy?: string
    queryScope?: FilterScope
    recordLimit?: number
    relatedRules?: BriefcaseRule[]
    relationshipField?: string
    targetEntity: string