GetSearchOptions Method

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

Syntax

Product Data Service.InvokeMethod(“GetSearchOptions", Input Arguments,Output Arguments);

Arguments

Argument Type Description

Input Arguments

In

Hierarchy: SiebelMessage (Integration object PDS Searchable Product Class Interface)

Output Arguments

Out

Hierarchy: SiebelMessage (Integration object PDS Searchable Product Class Interface)

Example of Input Arguments

PropertySet@0012CCC4 p#0 c#1 type="" vt=0 value=""
{
    c[0] PropertySet@0A69DB90 p#4 c#1 type="SiebelMessage" vt=0 value=""
    {
        p["MessageId"] = "";
        p["MessageType"] = "Integration Object";
        p["IntObjectName"] = "PDS Searchable Product Class Interface";
        p["IntObjectFormat"] = "Siebel Hierarchical";
        c[0] PropertySet@0A910EB8 p#0 c#1 type="ListOfPDS Searchable Product Class 
Interface" vt=0 value=""
        {
            c[0] PropertySet@0A9F5FF8 p#1 c#0 type="ISS PS Direct Subclass" vt=0 value=""
            {
                p["Name"] = "OM*";
            }
        }
    }
}
PropertySet@0012CCB8 p#0 c#1 type="" vt=0 value=""
{
    c[0] PropertySet@0AC49B70 p#4 c#1 type="SiebelMessage" vt=0 value=""
    {
        p["MessageId"] = "42-1NGI";
        p["IntObjectName"] = "PDS Searchable Product Class Interface";
        p["MessageType"] = "Integration Object";
        p["IntObjectFormat"] = "Siebel Hierarchical";
        c[0] PropertySet@0A9F3FC8 p#0 c#1 type="ListOfPDS Searchable Product Class 
Interface" vt=0 value=""
        {
            c[0] PropertySet@0AC31BD8 p#3 c#0 type="ISS PS Direct Subclass" vt=0 value=""
            {
                p["Class Id"] = "99-27K1T";
                p["Display Name"] = "OM_Operating System";
                p["Name"] = "OM_Operating System";
            }
        }
    }
} 

None.