<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Workflow to process multiple rows</title>
	<atom:link href="http://blog.notesonsiebel.com/2008/08/06/workflow-to-process-multiple-rows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.notesonsiebel.com/2008/08/06/workflow-to-process-multiple-rows/</link>
	<description>Technical advice, help and instruction with Siebel Systems</description>
	<lastBuildDate>Tue, 16 Feb 2010 12:11:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: palani</title>
		<link>http://blog.notesonsiebel.com/2008/08/06/workflow-to-process-multiple-rows/comment-page-1/#comment-215</link>
		<dc:creator>palani</dc:creator>
		<pubDate>Fri, 24 Apr 2009 07:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/?p=60#comment-215</guid>
		<description>Will it work same process siebel V 7.8.1.2?</description>
		<content:encoded><![CDATA[<p>Will it work same process siebel V 7.8.1.2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.notesonsiebel.com/2008/08/06/workflow-to-process-multiple-rows/comment-page-1/#comment-189</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 23 Oct 2008 16:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/?p=60#comment-189</guid>
		<description>I have a problem and wondering if you know any way to achieve this.

I have propertyset with multiple child propertysets. I need to loop through each child, ps.GetChild(i) record and pass it to sub process in next step. 

Is there a way to do this from workflow?

thanks,
Dan</description>
		<content:encoded><![CDATA[<p>I have a problem and wondering if you know any way to achieve this.</p>
<p>I have propertyset with multiple child propertysets. I need to loop through each child, ps.GetChild(i) record and pass it to sub process in next step. </p>
<p>Is there a way to do this from workflow?</p>
<p>thanks,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karan</title>
		<link>http://blog.notesonsiebel.com/2008/08/06/workflow-to-process-multiple-rows/comment-page-1/#comment-182</link>
		<dc:creator>Karan</dc:creator>
		<pubDate>Fri, 03 Oct 2008 05:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/?p=60#comment-182</guid>
		<description>There is a business Service, available OOTB for SIA :
SIA BC Utility Service , which has a BCNextRecord method to loop through records. 

I am trying to work out how to use this. No Doco for this Business Service, yet!</description>
		<content:encoded><![CDATA[<p>There is a business Service, available OOTB for SIA :<br />
SIA BC Utility Service , which has a BCNextRecord method to loop through records. </p>
<p>I am trying to work out how to use this. No Doco for this Business Service, yet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.notesonsiebel.com/2008/08/06/workflow-to-process-multiple-rows/comment-page-1/#comment-177</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 15 Sep 2008 02:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/?p=60#comment-177</guid>
		<description>Siebel 8 provides a NextRecord operation that has been specifically built to loop through child records of a business object - but you can also fool it to loop through the parent by having the parent as a copied object under the BO without a link specified. This is pretty handy. See bookshelf/Metalink for examples.</description>
		<content:encoded><![CDATA[<p>Siebel 8 provides a NextRecord operation that has been specifically built to loop through child records of a business object &#8211; but you can also fool it to loop through the parent by having the parent as a copied object under the BO without a link specified. This is pretty handy. See bookshelf/Metalink for examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.notesonsiebel.com/2008/08/06/workflow-to-process-multiple-rows/comment-page-1/#comment-176</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 08 Sep 2008 23:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/?p=60#comment-176</guid>
		<description>Cool Tip!  I used to build a complex loop diagram in my workflow to achieve this.</description>
		<content:encoded><![CDATA[<p>Cool Tip!  I used to build a complex loop diagram in my workflow to achieve this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuandgravy</title>
		<link>http://blog.notesonsiebel.com/2008/08/06/workflow-to-process-multiple-rows/comment-page-1/#comment-158</link>
		<dc:creator>stuandgravy</dc:creator>
		<pubDate>Wed, 13 Aug 2008 23:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/?p=60#comment-158</guid>
		<description>Works for me, Jim. Try it out.</description>
		<content:encoded><![CDATA[<p>Works for me, Jim. Try it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://blog.notesonsiebel.com/2008/08/06/workflow-to-process-multiple-rows/comment-page-1/#comment-157</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 13 Aug 2008 19:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/?p=60#comment-157</guid>
		<description>Does this actually work? Can you really process multiple records by specifying &quot;SearchSpec&quot; as an input to the subprocess? I&#039;m curious to find out because this will definitely be helpful to me in creating different workflows.</description>
		<content:encoded><![CDATA[<p>Does this actually work? Can you really process multiple records by specifying &#8220;SearchSpec&#8221; as an input to the subprocess? I&#8217;m curious to find out because this will definitely be helpful to me in creating different workflows.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
