Member Junction
    Preparing search index...

    Materialize a new MJ List from a User View. Thin wrapper around ListOperations.MaterializeFromView — every drop-guard, permission, and lineage semantic is owned by the core. The Action exposes the same capability to agents / workflows / scheduled jobs.

    await runAction({
    ActionName: 'Materialize List From View',
    Params: [
    { Name: 'ViewID', Value: 'abc-...' },
    { Name: 'ListName', Value: 'Q4 Donors' },
    { Name: 'RememberLineage', Value: true },
    { Name: 'UseSnapshot', Value: false },
    { Name: 'RefreshMode', Value: 'Additive' }
    ]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods