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

GetSearchOptions Method


Displays product classes, such as Computer, Printer, and so on. It can also use All to refer to all classes. External.

Syntax

ErrCode GetSearchOptions (const CCFPropertySet& inputArgs,CCFPropertySet& outputArgs)

Arguments
Argument
Type
Description

const CCFPropertySet & inputArgs

In

SearchSpec

CCFPropertySet & outputArgs

Out

Hierarchy: SearchOption

Details of Input Arguments

Property
Type
Value
Description

SearchSpec

String

 

Optional, to be applied on the search for product classes

SiebelOption

Hierarchy

See example

Key is row_id of the product class record and value is class name.

[ID_ALL]/"All" is added for all.

Example of Input Arguments

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

{

p["SearchSpec"] = "[VOD Name] = '10x System Class'";

}

Example of Output Arguments

CCFPropertySet@0013C1F0 p#0 c#1 type="" vt=0 value=""

{

c[0] CCFPropertySet@0C168658 p#95 c#0 type="SearchOption" vt=0 value=""

{

p["1-15AQ9"] = "Horizon Autos";

p["1-E021"] = "Siebel TAM & CAM Options";

p["1-3CE2O"] = "Value Bundles";

p["1-3O2OJ"] = "High End Computers";

p["1-27PHD"] = "S-xyz Frames";

p["2-46J76"] = "TV";

p["1-27PGH"] = "S-xyz 9 Speed Chain";

p["1-3DMCT"] = "PCS 22in Mon";

p["1-1HQTQ"] = "Control Systems";

p["1-E00T"] = "PCS Product Options";

p["1-27PG5"] = "S-xyz Chains";

p["1-E00P"] = "PCS - Desktops";

p["1-27PA0"] = "S-xyz Clothes";

p["1-3DMCH"] = "PCS SDRAM";

p["1-3DMBT"] = "PCS HardDrive EIDE";

p["1-E01L"] = "Siebel Recommended Solutions";

p["1-E015"] = "PCS - Servers - II";

p["ID_ALL"] = "All";

p["1-38COT"] = "S-xyz Road";

p["1-E00L"] = "PCS - Servers";

p["1-E00X"] = "Siebel .COM Applications";

p["1-3DMCP"] = "PCS 19in Mon";

p["1-3CE27"] = "Application Software";

p["1-3DMBX"] = "PCS HardDrive SCSI";

p["1-Y5WE"] = "Service Offerings";

p["1-3CE2K"] = "Additional Items";

p["1-3CE34"] = "Network Equipments";

p["1-3DMCL"] = "PCS 17in Mon";

... ...

}

}

Error Conditions

None.

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