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

    Interface CleanRule

    interface CleanRule {
        bulkEnabled: boolean;
        bypassTriggers: boolean;
        bypassWorkflow: boolean;
        description: string;
        developerName: string;
        fieldMappings?: FieldMapping[];
        masterLabel: string;
        matchRule: string;
        sourceSobjectType: string;
        status: CleanRuleStatus;
        targetSobjectType: string;
    }
    Index

    Properties

    bulkEnabled: boolean
    bypassTriggers: boolean
    bypassWorkflow: boolean
    description: string
    developerName: string
    fieldMappings?: FieldMapping[]
    masterLabel: string
    matchRule: string
    sourceSobjectType: string
    targetSobjectType: string