ObjectDelete

You can use this function for Optiva Workflows.

Purpose

The function ObjectDelete deletes the targeted object.

Syntax

long ObjectDelete(string objectSymbol, string objectKey)

Arguments

Part Description
objSymbol The object type or current object type of the data.
Note: Use empty quotation marks to indicate the current symbol of the workflow.
objkey The object key or current object key of the data.
Note: Use empty quotation marks to indicate the current object of the workflow.

Examples

long rtnDel = ObjectDelete("ITEM", "T0001");
long rtnDel = ObjectDelete("", "");