<?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 Process Business Objects</title>
	<atom:link href="http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/</link>
	<description>Technical advice, help and instruction with Siebel Systems</description>
	<lastBuildDate>Wed, 07 Dec 2011 07:03:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ashish Garg</title>
		<link>http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/comment-page-1/#comment-243</link>
		<dc:creator>Ashish Garg</dc:creator>
		<pubDate>Thu, 17 Dec 2009 16:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/#comment-243</guid>
		<description>The problem can also be resolved by creating a workflow on top of your desired workflow.

Defination for the Parent workflow should not include any BO.
Now call your desired workflow from this workflow by forwarding the object Id.
And define the desired Runtime Event on New workflow and pass to Row id to new WF&#039;s Object Id, Which will be passed further to your desired WF.</description>
		<content:encoded><![CDATA[<p>The problem can also be resolved by creating a workflow on top of your desired workflow.</p>
<p>Defination for the Parent workflow should not include any BO.<br />
Now call your desired workflow from this workflow by forwarding the object Id.<br />
And define the desired Runtime Event on New workflow and pass to Row id to new WF&#8217;s Object Id, Which will be passed further to your desired WF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuandgravy</title>
		<link>http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/comment-page-1/#comment-140</link>
		<dc:creator>stuandgravy</dc:creator>
		<pubDate>Tue, 27 May 2008 23:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/#comment-140</guid>
		<description>I&#039;d start with Business Process Designer in Bookshelf. Beyond that, &lt;a href=&quot;http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=84&amp;group_id=1233&quot; rel=&quot;nofollow&quot;&gt;Oracle University&lt;/a&gt; offer various courses on Workflow.</description>
		<content:encoded><![CDATA[<p>I&#8217;d start with Business Process Designer in Bookshelf. Beyond that, <a href="http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=84&#038;group_id=1233" rel="nofollow">Oracle University</a> offer various courses on Workflow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siva</title>
		<link>http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/comment-page-1/#comment-139</link>
		<dc:creator>siva</dc:creator>
		<pubDate>Tue, 27 May 2008 14:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/#comment-139</guid>
		<description>How we can do troubleshooting in workflows ple let know.....</description>
		<content:encoded><![CDATA[<p>How we can do troubleshooting in workflows ple let know&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/comment-page-1/#comment-30</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Sun, 24 Jun 2007 21:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/#comment-30</guid>
		<description>The Object Id that is passed by default is that of the &lt;strong&gt;primary&lt;/strong&gt; BC for the BO which is why you can sometimes struggle to get the right value. You only really need to use this workaround if you&#039;ve got the &quot;wrong&quot; Object Id when you &lt;em&gt;start&lt;/em&gt; testing, as when it&#039;s right it&#039;ll stay right (and conversely when it&#039;s wrong it&#039;s dead wrong)!</description>
		<content:encoded><![CDATA[<p>The Object Id that is passed by default is that of the <strong>primary</strong> BC for the BO which is why you can sometimes struggle to get the right value. You only really need to use this workaround if you&#8217;ve got the &#8220;wrong&#8221; Object Id when you <em>start</em> testing, as when it&#8217;s right it&#8217;ll stay right (and conversely when it&#8217;s wrong it&#8217;s dead wrong)!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuandgravy</title>
		<link>http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/comment-page-1/#comment-29</link>
		<dc:creator>stuandgravy</dc:creator>
		<pubDate>Sun, 17 Jun 2007 10:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/#comment-29</guid>
		<description>G&#039;day Soum,

In the Runtime Event Action Set that executes your workflow process, add in an extra Action Step of type &#039;Attribute Set&#039;, set operator &#039;Set&#039;. Name the Profile Attribute and fill in an expression to set the correct Value. Make sure you set the sequence of the actions so that the Set Attribute executes before the RunProcess.</description>
		<content:encoded><![CDATA[<p>G&#8217;day Soum,</p>
<p>In the Runtime Event Action Set that executes your workflow process, add in an extra Action Step of type &#8216;Attribute Set&#8217;, set operator &#8216;Set&#8217;. Name the Profile Attribute and fill in an expression to set the correct Value. Make sure you set the sequence of the actions so that the Set Attribute executes before the RunProcess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soum</title>
		<link>http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/comment-page-1/#comment-28</link>
		<dc:creator>Soum</dc:creator>
		<pubDate>Fri, 15 Jun 2007 22:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/#comment-28</guid>
		<description>How do we set the Profile Attribute for Contact Row Id?</description>
		<content:encoded><![CDATA[<p>How do we set the Profile Attribute for Contact Row Id?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Detecting when a WriteRecord is New or Updated &#171; Notes on Siebel</title>
		<link>http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/comment-page-1/#comment-27</link>
		<dc:creator>Detecting when a WriteRecord is New or Updated &#171; Notes on Siebel</dc:creator>
		<pubDate>Mon, 30 Apr 2007 23:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/04/12/workflow-process-business-objects/#comment-27</guid>
		<description>[...] 1st, 2007   Nathan&#8217;s enthusiatically followed up on his first contribution to eulogise about a couple of new Runtime Events&#8230; This one is relatively simple but it is [...]</description>
		<content:encoded><![CDATA[<p>[...] 1st, 2007   Nathan&#8217;s enthusiatically followed up on his first contribution to eulogise about a couple of new Runtime Events&#8230; This one is relatively simple but it is [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

