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

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

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