Member Junction
    Preparing search index...

    Action to create a new list and optionally add initial records.

    await runAction({
    ActionName: 'Create List',
    Params: [
    { Name: 'Name', Value: 'My Priority Contacts' },
    { Name: 'Description', Value: 'High priority contacts for Q4' },
    { Name: 'EntityName', Value: 'Contacts' },
    { Name: 'CategoryID', Value: 'cat-123' },
    { Name: 'AddRecordIDs', Value: ['contact1', 'contact2'] }
    ]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods