Siebel Order Management Infrastructure Guide > Asset-Based Ordering Methods Reference > Product Manipulation Toolkit Business Service Methods >

Set Field Value Method


It is used optionally to configure conditions so that updates are only run on the subset of items in the hierarchy that satisfy the conditions.

Arguments
Argument
Description

Field Name

[in] Name of the field to be changed. (Required)

SiebelMessage

[in] Product instance. (Required)

Value

[in] Literal. (Required)

ConditionFieldNames

[in] Comma separated list of integration component field names. (Optional)

ConditionValues

[in] Comma separated list of values. Standard Siebel expressions (such as LookupValue) are supported. (Optional)

Generate new Id

[In] Y or N flag indicating whether to generate a new Row Id for each item.

SiebelMessage

[out] Updated product instance. (Required)

Returns

New field values.

Remarks

As input, this method receives one property set containing a complex object and two strings representing a field name and field value. The method goes through the line items hierarchy of the complex object wrapped by the property set, and for each item that satisfies the optional conditions, locates the named field of each line item, and sets it to the value provided.

Related Information

See the topic about workflows in Siebel Order Management Guide, and the following methods:

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