Member Junction
    Preparing search index...

    Context for updating a record in an external system

    interface UpdateRecordContext {
        Attributes: Record<string, unknown>;
        CompanyIntegration: unknown;
        ContextUser: unknown;
        ExternalID: string;
        ObjectName: string;
        Relationships?: Record<string, unknown>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Attributes: Record<string, unknown>

    Field values to update

    CompanyIntegration: unknown

    The company integration entity providing connection details

    ContextUser: unknown

    User context for authorization

    ExternalID: string

    External ID of the record to update

    ObjectName: string

    External object name to operate on

    Relationships?: Record<string, unknown>

    Optional relationship data to update