> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ExtraTableInfo

> With this class you can retrieve meta information about an extra table. The class will only retrieve information, thus it is not possible to change an extra table from this class.

With this class you can retrieve meta information about an extra table. The class will only retrieve information, thus it is not possible to change an extra table from this class.

## Constructors

### ExtraTableInfo()

```crmscript theme={null}
ExtraTableInfo
```

Initializes a new instance of the ExtraTableInfo class.

## Methods

## getFlags()

Returns the flags for this extra table.

```crmscript theme={null}
Integer getFlags()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer) - The flags for this table.

<Note>
  Available flags: FlagHidden = 0, FlagDeleted = 8
</Note>

## getId()

Returns the ID of the extra table.

```crmscript theme={null}
Integer getId()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer) - The ID of the extra table.

## getName()

Return the textual name of the extra table.

```crmscript theme={null}
String getName()
```

**Returns:** [CRMScript.Global.String](CRMScript.Global.String) - The textual name of the extra table.

## load(String)

Load the extra table with the given table name.

```crmscript theme={null}
Void load(String tableName)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)


## Related topics

- [Namespace CRMScript.Native](/en/automation/crmscript/reference/CRMScript.Native.md)
- [CRMScript Reference](/en/automation/crmscript/reference/index.md)
- [How to use custom objects to search for information](/en/api/web-services/howto/custom-objects/custom-objects-search.md)
- [ExtraFieldsInfo](/en/automation/crmscript/reference/CRMScript.Native.ExtraFieldsInfo.md)
- [Get Extra Info](/en/api/reference/restful/agent/quote_agent/get-extra-info.md)
- [extra_menus table](/en/database/tables/extra-menus.md)
