CMS_RemoveCustomUserInventory
Description
Removes a CustomUserInventory row from the database that is persistent.
Syntax
CMS_RemoveCustomUserInventory(category, entry)
User packages are not supported in PowerPacks
Parameters
category (String)
Category name
entry (String)
variable name
Example
VBScript
If bStatus Then bStatus = CMS_RemoveCustomInventory("Department", "Name")
If bStatus Then bStatus = CMS_RemoveCustomInventory("Department", "Office")