Member Junction
    Preparing search index...

    Union type of all automatic commands.

    Automatic commands execute immediately when received, without user interaction. Used for updating UI state, refreshing data, and showing notifications.

    {
    "automaticCommands": [
    {
    "type": "refresh:data",
    "scope": "cache",
    "cacheName": "AI"
    },
    {
    "type": "notification",
    "message": "Customer created successfully",
    "severity": "success"
    }
    ]
    }