Siebel Order Management Guide > Product Data Service and Import/Export API Reference > Product Data Services API Methods >

GetChild Method


Gets a list of child business component details for a given product and the child business component name, and the required fields to return.

Syntax

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

Arguments
Argument
Type
Description

const CCFPropertySet & inputArgs

In

String: Product Name

String: Child BC Name

Hierarchy: Child BC Field

CCFPropertySet & outputArgs

Out

Hierarchy: Child Details

Example of Input Arguments

CCFPropertySet@0012C5B0 p#0 c#1 type="" vt=0 value=""

{

p["ProductName"] = "XXX";

p["ChildBCName"] = "XXX";

c[0] CCFPropertySet@1088CCE8 p#4 c#1 type="ChildBCField" vt=0 value=""

{

p["Field1"] = "";

p["Field2"] = "";

p["Field3"] = "";

}

}

Example of Output Arguments

CCFPropertySet@0012C5B0 p#0 c#1 type="" vt=0 value=""

{

c[0] CCFPropertySet@1088CCE8 p#4 c#1 type="[ChildBCName]" vt=0 value=""

{

p["Field1"] = "Value1";

p["Field2"] = "Value2";

p["Field3"] = "Value3";

}

}

Error Conditions

None.

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