Member Junction
    Preparing search index...

    Input for RecordProcess.RunNow.

    interface RecordProcessRunNowInput {
        dryRun?: boolean;
        recordProcessID: string;
        scope?: RecordProcessScopeOverride;
        singleRecordID?: string;
    }
    Index

    Properties

    dryRun?: boolean

    Compute the per-record changes WITHOUT writing (FieldRules work type) — powers the preview.

    recordProcessID: string

    The MJ: Record Processes definition to run.

    Runtime scope override (selected rows / a view / list / filter), used instead of the stored Scope.

    singleRecordID?: string

    When set, processes just this single record instead of the configured scope.