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

ReleaseSingleObject Method


This helper method releases a particular object. If the object is locked by another user, the method generates an error.

Syntax

API:

ErrCode DoInvokeMethod (const SSchar* pMethodName, const CCFPropertySet& inputArgs, CCFPropertySet& outputArgs)

Internal Method:

ErrCode ReleaseSingleObject (const CCFPropertySet& inputArgs, CCFPropertySet& outputArgs);

Arguments
Argument
Type
Description

const SSchar* pMethodName

In

Method name: ADMExport

const CCFPropertySet& inputArgs

In

information for releasing an object

CCFPropertySet& outputArgs

Out

 

Details of Input Arguments

Property
Value
Description

ReleaseDT

Release date in canonical format (user time)

Release date in canonical format (user time)

RootObjectType

ISS_ATTR_DEF or ISS_CLASS_DEF or ISS_PROD_DEF or ISS_SIGNAL or ISS_VAR_MAP

Type of the object (LIC value from ISS_VOD_TYPE mlov)

RootObjectId

Id of the object

S_VOD.OBJECT_NUM or S_PROD_INT.CFG_MODEL_ID

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