Siebel Product Administration Guide > Siebel Configurator API Reference > Instance APIs to Set Product and Attribute Values >

SetLinkItemValues Method


This method overwrites the linked item values for the specified linked items. It can be called multiple times and the effects are cumulative; when updating the same linked item, the latest call will supersede the previous calls.

Input Arguments

This can contain many child Property Sets of Type SetLinkItemValues. The Value of the child Property Set is the Product Id whose linked items need to be overwritten. The properties of each child Property Set specify the linked item name and value as the name value pairs.

For example:

InputPropSet

Child PropSet (0) Type=LinkItemOverwrite Value=Prod1

Account City = San Francisco

Account Country = USA

Child PropSet (1) Type=LinkItemOverwrite Value=Prod2

Account = ABC Inc.

// --------- Child Property Set

// Type : SetLinkItemValues

// Value :Product Id 1 value

// Name - Value Pairs (Name is the Link Item Name.

// Value is the value you want to set.)

// --------- Child Property Set

// Type : LinkItemOverwrite

// Value :Product Id 2 value

// Name - Value Pairs

// --------- Child Property Set

// Type : LinkItemOverwrite

// Value :Product Id 3 value

// Name - Value Pairs

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