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

GetAttrTypesDomains Method


Gets all the attribute types and domain details for a given product. External.

Syntax

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

Arguments
Argument
Type
Description

const CCFPropertySet & inputArgs

In

Hierarchy: SearchSpec

CCFPropertySet & outputArgs

Out

Hierarchy: SiebelMessage (Integration object "PSS Attribute Type and Domain Interface")

Example of Input Arguments

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

{

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

{

p["Name"] = "XXX";

p["SearchSpc"] = "XXXXX"

}

}

Example of Output Arguments:

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

{

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

{

p["MessageId"] = "";

p["MessageType"] = "Integration Object";

p["IntObjectName"] = " PSS Attribute Type and Domain Interface ";

p["IntObjectFormat"] = "Siebel Hierarchical";

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

{

c[0] CCFPropertySet@108797E8 p#0 c#1 type="ListOfPSS Attribute Type and Domain Interface" vt=0 value=""

{

//the output will have the following info:

// Name, type, hidden, read-only, required flags, current selected value and domain

}

}

}

}

Error Conditions

None.

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