Member Junction
    Preparing search index...

    The editable, flattened form of one rule (one screen row).

    interface RuleDraft {
        Condition: string;
        Formula: string;
        LookupEntity: string;
        LookupMatchField: string;
        LookupMatchValueField: string;
        LookupReturnField: string;
        PromptID: string | null;
        SourceField: string;
        SourceKind: BuilderSourceKind;
        StaticValue: string;
        TargetField: string;
    }
    Index

    Properties

    Condition: string
    Formula: string
    LookupEntity: string
    LookupMatchField: string
    LookupMatchValueField: string
    LookupReturnField: string
    PromptID: string | null
    SourceField: string
    SourceKind: BuilderSourceKind
    StaticValue: string
    TargetField: string