CMS\_RemoveCustomUserInventory
Description
Section titled “Description”Removes a CustomUserInventory row from the database that is persistent.
Syntax
Section titled “Syntax”:vb: CMS_RemoveCustomUserInventory(category, entry)
:ps: User packages are not supported in PowerPacks
Parameters
Section titled “Parameters”category (String)
Category name
entry (String)
variable name
Example
Section titled “Example”:vb: VBScript
If bStatus Then bStatus = CMS_RemoveCustomInventory("Department", "Name")If bStatus Then bStatus = CMS_RemoveCustomInventory("Department", "Office")Related functions
Section titled “Related functions”