Member Junction
    Preparing search index...

    Input type for running entity actions

    Index

    Constructors

    Properties

    EntityActionID: string

    The ID of the entity action to run

    EntityID?: string

    The ID of the entity Use EntityName instead when possible for better code readability

    Use EntityName instead when possible

    EntityName?: string

    The name of the entity This is the preferred way to identify an entity as it's more human-readable than EntityID

    InvocationType: string

    The type of invocation (SingleRecord, View, List, etc.)

    ListID?: string

    The ID of the list to operate on This is used for List invocation types

    Params?: ActionParamInput[]

    Additional parameters to pass to the action

    PrimaryKey?: CompositeKeyInput

    The primary key of the entity record to act on This is used for SingleRecord invocation types

    ViewID?: string

    The ID of the view to operate on This is used for View invocation types