> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# dbi_agent_schedule table

> DBI agent schedule settings

## dbi\_agent\_schedule Table (383)

DBI agent schedule settings

## Fields

| Name              | Description                                                              | Type                             | Nullable |
| ----------------- | ------------------------------------------------------------------------ | -------------------------------- | :------: |
| id                | Primary key                                                              | PK                               |    No    |
| agent\_id         | Agent                                                                    | FK [dbi\_agent](./dbi-agent.mdx) |    Yes   |
| script\_id        | Communication script                                                     | FK [ejscript](./ejscript.mdx)    |    Yes   |
| schedule\_id      | Update schedule                                                          | FK [schedule](./schedule.mdx)    |    Yes   |
| sent\_objects     | Number of objects sent during the last syncronization                    | Int                              |    No    |
| received\_objects | Number of objects received during the last syncronization                | Int                              |    No    |
| id\_string        | A field for an id\_string which may be used to access the agent schedule | String(255)                      |    No    |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/A8Y_bcgEblTh4XOv/media/loc/en/database/tables/dbi_agent_schedule.png?fit=max&auto=format&n=A8Y_bcgEblTh4XOv&q=85&s=a6e98610b5514b2aa75f5aa6a582c4a8" alt="dbi_agent_schedule table relationship diagram" width="677" height="667" data-path="media/loc/en/database/tables/dbi_agent_schedule.png" />

## Indexes

| Fields       | Types | Description |
| ------------ | ----- | ----------- |
| agent\_id    | FK    | Index       |
| script\_id   | FK    | Index       |
| schedule\_id | FK    | Index       |

## Relationships

| Table                     | Description                                                                   |
| ------------------------- | ----------------------------------------------------------------------------- |
| [dbi\_agent](./dbi-agent) | DBI agent settings                                                            |
| [ejscript](./ejscript)    | ejscript                                                                      |
| [schedule](./schedule)    | Generic scheduled tasked handling time scheduling, locking and error messages |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
