CMS_RemoveCustomUserInventory

Description

Removes a CustomUserInventory row from the database that is persistent.


Syntax

CMS_RemoveCustomUserInventory(category, entry)


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")

Scripting Guidelines


Related functions

CMS_AddCustomUserInventory