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

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

  • No labels