Siebel Order Management Guide > Product Data Service and Import Export API Reference > ISS Authoring Import Export Business Service Reference >

CleanupSingleObject Method


CAUTION:  Use this method with extreme caution as it deletes all published versions of a product.

This helper method performs deep delete on all published versions of an object. It resets version numbering to 1. The workspace version remains intact.

This method works even if the object is not locked.

Syntax

ISS Import Export Authoring Service.InvokeMethod("CleanupSingleObject", Input Arguments,Output Arguments);

Arguments

Argument
Type
Description

MethodName

In

CleanupSingleObject

Input Arguments

In

Information for cleaning an object

Output Arguments

Out

None

Properties of Input Arguments

Property
Value
Description

RootObjectType

Possible values are:

  • ISS_ATTR_DEF
  • ISS_CLASS_DEF
  • ISS_PROD_DEF
  • ISS_SIGNAL
  • ISS_VAR_MAP

Type of the object, which is the LIC value from the ISS_VOD_TYPE list of values.

VODObjectNum

Id of the object

S_VOD.OBJECT_NUM or S_PROD_INT.CFG_MODEL_ID

Siebel Order Management Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.