Member Junction
    Preparing search index...

    Action to find which lists a specific record belongs to.

    await runAction({
    ActionName: 'Get Record List Membership',
    Params: [
    { Name: 'EntityName', Value: 'Contacts' },
    { Name: 'RecordID', Value: 'contact-123' },
    { Name: 'UserID', Value: 'user-456' } // Optional: filter by list owner
    ]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods