# GetCustomInventoryCategoriesAndEntries

> Gets custom inventory categories and entries.

Source: https://docs.capaone.com/capainstaller/sdk-capainstaller-software-development-kit-functions/inventory-functions/getcustominventorycategoriesandentries/  
Product: CapaInstaller — a separate CapaSystems product; do not apply this page to any other.

## Description

Gets Custom Inventory Categories and Entries

## Return value

The function returns an array of Custom Inventory categories and entries. Each element in the array is a joined line with the character defined with [Set splitter](/capainstaller/sdk-capainstaller-software-development-kit-functions/container-functions/set-splitter/).

- Category
- Entry
- Datatype

### *DataType (String)*

- "I" = Integer
- "T" = Time
- "S" = String
- "N" = Text

## Example

**VBScript**

```vb
Set oCMS = CreateObject("CapaInstaller.SDK")
wscript.echo oCMS.SetInstanceManagementPoint("1")
wscript.echo oCMS.GetCustomInventoryCategoriesAndEntries()
```
