Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)

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


Examples

VBScript
Set oCMS = CreateObject("CapaInstaller.SDK")
wscript.echo oCMS.SetDefaultManagementPoint("1")
wscript.echo oCMS.GetCustomInventoryCategoriesAndEntries()





  • No labels