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

Is Fully Ex Method


This method is one of the Product Manipulation Toolkit Business Service Methods. It checks a product instance to determine if an explode operation is required, based upon the value specified by ExplodeOnField. If the field value is greater than one for any component of the product instance, the method returns N. Otherwise, the method returns Y.

Arguments
Argument
Description

RootItemId

[in] If supplied, only subcomponents of the root item specified by RootItemId are considered for Explode processing. (Optional)

ExplodeOnField

[in] Field (name) that is checked to determine whether explosion is necessary. (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 in each comma separated value. (Optional)

SiebelMessage

[in] Product instance to be checked for explode processing. (Required)

Result

[out] Y or N flag indicating whether the input SiebelMessage has been exploded. (Required)

Returns

Y or N.

Remarks

Primarily used in the Apply Completed Service Order Line Item to Service Profile workflow, this method double checks to determine if the service order line items created from the Siebel database (earlier in the workflow) have been fully exploded or not. In other words, it determines whether all line items and the subcomponents were previously processed by the Explode method.

Related Information

See the following methods:

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