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

Iterate Process For Selected Rows Method


This is one of the Product Manipulation Toolkit Business Service Methods.

It loops through all the selected rows in the active business component and invokes the specified workflow for each row. Input arguments to the workflow come from the fixed inputs plus the values of specified field names are transformed into workflow argument names based upon the specified mappings.

Arguments

All Asset List

[in] A property set containing a list of Row IDs.

Fields

[In] Comma separated list of field names in the active business component. (Required)

Fixed Inputs

[In] Comma separated list of name-value pairs. (Required)

For example,

'Active Document Id='+[&Active Document Id] '+'Price List Id='+[&Price List Id]

List Type

[in] String

Mappings

[In] Comma separated list of field mappings of the form [Bus Comp Field Name]=[Workflow Input Argument]

Process

[In] Name of the workflow process to be initiated for each row of the active business component. (Required)

Delete Connection

[In] Y / N flag indicating whether to cascade the process to the connections associated with selected nodes in a network scenario. (Optional)

See Also

Methods Get Selected Row Count Method, Get First Selected Row Values Method, and the following workflows in Siebel Order Management Guide: SIS OM Modify Products & Services Process, SIS OM Disconnect Products & Services Process, SIS OM Suspend / Resume Products & Services Process.

Siebel Order Management Infrastructure Guide Copyright © 2006, Oracle. All rights reserved.