<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Invoke Workflow Using Runtime Event in Siebel</title>
	<link>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/</link>
	<description>Siebel Blogs, News, Events, Tips and Tricks</description>
	<pubDate>Sat, 19 May 2012 09:25:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Anupama</title>
		<link>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-30495</link>
		<author>Anupama</author>
		<pubDate>Fri, 03 Feb 2012 14:06:12 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-30495</guid>
		<description>@Archana
Whenever we use the UI to trigger a workflow use Runtime events.
Use Workflow Policy whenever it is necessary to detect a database event.</description>
		<content:encoded><![CDATA[<p>@Archana<br />
Whenever we use the UI to trigger a workflow use Runtime events.<br />
Use Workflow Policy whenever it is necessary to detect a database event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archana Agrawal</title>
		<link>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-27228</link>
		<author>Archana Agrawal</author>
		<pubDate>Tue, 18 Oct 2011 08:45:52 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-27228</guid>
		<description>When we should Invoke the Workflow through runtime and when through Workflow Policies?</description>
		<content:encoded><![CDATA[<p>When we should Invoke the Workflow through runtime and when through Workflow Policies?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-19364</link>
		<author>Kevin</author>
		<pubDate>Mon, 20 Dec 2010 09:51:42 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-19364</guid>
		<description>Hi,
I have a question.
What is the time point to trigger the workflow?
I mean before the opportunity save to DB or after.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have a question.<br />
What is the time point to trigger the workflow?<br />
I mean before the opportunity save to DB or after.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-11575</link>
		<author>Sridhar</author>
		<pubDate>Thu, 06 Aug 2009 17:21:03 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-11575</guid>
		<description>you should be able to. Never tried though.</description>
		<content:encoded><![CDATA[<p>you should be able to. Never tried though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piyush</title>
		<link>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-11565</link>
		<author>Piyush</author>
		<pubDate>Thu, 06 Aug 2009 06:31:47 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-11565</guid>
		<description>Hi,

Can we create a Run time even in our SAMPLE database and test it ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can we create a Run time even in our SAMPLE database and test it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joseph thomas</title>
		<link>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-11203</link>
		<author>joseph thomas</author>
		<pubDate>Thu, 23 Jul 2009 08:21:01 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-11203</guid>
		<description>Hi All,
In our application we can create Case from Case Home Page Screen [Virtual BC] after clicking "Add and Go" record will be display in Case Form Applet where we can enter Rest of the details.
Our Issue
There is one field "due date" where a work flow will calculate the due Date and populate the value there . the work flow is called by Run time event write record in HLS Case BC.But in our case the run time event is not getting triggered and the due date is not calculating for the records which are creating by this.
workaround
if we press ctrl + s it will call the workflow and due date is calculated.But user is checking for solution where he doent want to do this
solution we tried
--&#62;we tried to put the same condition in runtime event change record of HLS case and it is working .But as it is on change record when ever there is change in certain field[where the change record expression depends] it is getting fired so mutiple times it is getting fired and it may leads to performance issue .
--&#62; tired to refresh the view through script but still it is not working .
--&#62;tried to do through a policy and it is working but once the policy got triggered and user tried to change the record at the same time where the workflow is also trying to update one record use will get error saying some other user is working on this record and it will make the record missing .so we can go with this .

could some one suggest how we can achieve this requirement .
thanks and regards
Joseph thomas</description>
		<content:encoded><![CDATA[<p>Hi All,<br />
In our application we can create Case from Case Home Page Screen [Virtual BC] after clicking &#8220;Add and Go&#8221; record will be display in Case Form Applet where we can enter Rest of the details.<br />
Our Issue<br />
There is one field &#8220;due date&#8221; where a work flow will calculate the due Date and populate the value there . the work flow is called by Run time event write record in HLS Case BC.But in our case the run time event is not getting triggered and the due date is not calculating for the records which are creating by this.<br />
workaround<br />
if we press ctrl + s it will call the workflow and due date is calculated.But user is checking for solution where he doent want to do this<br />
solution we tried<br />
&#8211;&gt;we tried to put the same condition in runtime event change record of HLS case and it is working .But as it is on change record when ever there is change in certain field[where the change record expression depends] it is getting fired so mutiple times it is getting fired and it may leads to performance issue .<br />
&#8211;&gt; tired to refresh the view through script but still it is not working .<br />
&#8211;&gt;tried to do through a policy and it is working but once the policy got triggered and user tried to change the record at the same time where the workflow is also trying to update one record use will get error saying some other user is working on this record and it will make the record missing .so we can go with this .</p>
<p>could some one suggest how we can achieve this requirement .<br />
thanks and regards<br />
Joseph thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-6027</link>
		<author>Sridhar</author>
		<pubDate>Mon, 22 Dec 2008 04:29:59 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-6027</guid>
		<description>Check Siebel Book Shelf. Siebel Business Process FrameWork workflow guide-&#62;Invoking Workflow processes page 171 as per Siebel 8 Bookshelf.
From a run-time event with Processing Mode set to Remote Synchronous or Remote Asynchronous
</description>
		<content:encoded><![CDATA[<p>Check Siebel Book Shelf. Siebel Business Process FrameWork workflow guide-&gt;Invoking Workflow processes page 171 as per Siebel 8 Bookshelf.<br />
From a run-time event with Processing Mode set to Remote Synchronous or Remote Asynchronous</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin Kumar Jain</title>
		<link>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-6012</link>
		<author>Nitin Kumar Jain</author>
		<pubDate>Sat, 20 Dec 2008 21:18:51 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/10/16/invoke-workflow-using-runtime-event-in-siebel/#comment-6012</guid>
		<description>Can I control whether the Workflow invoked by the RTE is Synchronous or Asynchronous call. If yes, how?

Thanks.</description>
		<content:encoded><![CDATA[<p>Can I control whether the Workflow invoked by the RTE is Synchronous or Asynchronous call. If yes, how?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

