GetCustomInventoryCategoriesAndEntries
Description
Section titled “Description”Gets Custom Inventory Categories and Entries
Return value
Section titled “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
Example
Section titled “Example”Set oCMS = CreateObject("CapaInstaller.SDK")wscript.echo oCMS.SetInstanceManagementPoint("1")wscript.echo oCMS.GetCustomInventoryCategoriesAndEntries()