Previous Topic: deleteResourceNext Topic: existsCalendar


deleteValueMapField

The deleteValueMapField function deletes a field from a ValueMap.

Syntax

bSuccess = deleteValueMapField(vMap, fieldName)

Arguments

vMap (ValueMap)

Specifies the ValueMap whose field needs to be deleted.

fieldName (String)

Specifies the name of the field that needs to be deleted.

Return Value

bSuccess (Boolean)

Returns true if the deletion was successful and false otherwise.

Example

bSuccess = deleteValueMapField(Process.vMap,"price");