GetCustomInventoryCategoriesAndEntries
Description
Section titled “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.
- Category
- Entry
- Datatype
DataType (String)
Section titled “DataType (String)”- “I” = Integer
- “T” = Time
- “S” = String
- “N” = Text
Examples
Section titled “Examples”VBScript
Set oCMS = CreateObject("CapaInstaller.SDK")wscript.echo oCMS.SetDefaultManagementPoint("1")wscript.echo oCMS.GetCustomInventoryCategoriesAndEntries()