Product Administration Guide > Siebel Configurator API Reference > Instance APIs for the Complex Object Manager >

GetPossibleValues Method


This method retrieves selectable values from the configuration engine for an attribute.

Input Arguments
  • ObjId. The unique identifier of the complex object root (for example, Quote ID).
  • RootId. The unique identifier of the complex object root (for example, Quote Line Item row id).
  • (Optional) Version. Version arguments are used only when testing a customizable product version that is different from the currently released version.
  • IntObjName. The name of the integration object.
  • Path. The Integration ID of the port to which this attribute is attached.
  • XA Id. The ID of the attribute for which the values need to be determined.
Output Arguments

The property set returned will have the possible values as the property names, as follows:

< [PossibleValue1]="Val1" [PossibleValue2]="Val2"/>

Product Administration Guide Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.