Skip to content

CMS\_RemoveCustomUserInventory

Removes a CustomUserInventory row from the database that is persistent.

:vb: CMS_RemoveCustomUserInventory(category, entry)

:ps: User packages are not supported in PowerPacks

category (String)

Category name

entry (String)

variable name

:vb: VBScript

If bStatus Then bStatus = CMS_RemoveCustomInventory("Department", "Name")
If bStatus Then bStatus = CMS_RemoveCustomInventory("Department", "Office")

Scripting Guidelines

CMS_AddCustomUserInventory