<?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: Scriptless Siebel – Create Activity on SetFieldValue</title>
	<atom:link href="http://siebelunleashed.com/scriptless-siebel-create-activity-setfieldvalue/feed/" rel="self" type="application/rss+xml" />
	<link>http://siebelunleashed.com/scriptless-siebel-create-activity-setfieldvalue/</link>
	<description>Making Siebel Simple</description>
	<lastBuildDate>Sun, 14 Mar 2010 19:40:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: <img class="monsterid" src="http://siebelunleashed.com/wp-content/plugins/wp-monsterid/monsterid/165dbaa9a93b8b0.png" alt="neel MonsterID Icon" height="65" width="65"/> neel</title>
		<link>http://siebelunleashed.com/scriptless-siebel-create-activity-setfieldvalue/#comment-12905</link>
		<dc:creator><img class="monsterid" src="http://siebelunleashed.com/wp-content/plugins/wp-monsterid/monsterid/165dbaa9a93b8b0.png" alt="neel MonsterID Icon" height="65" width="65"/> neel</dc:creator>
		<pubDate>Wed, 08 Jul 2009 03:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://siebelunleashed.com/?p=671#comment-12905</guid>
		<description>Yes, it shows the activity immediately...I have tested it

The reason is, if a workflow is executed through runtime event or user property then the current business context is passed to the workflow due to BO given while creating the workflow record.
And my workflow uses Siebel Operation - Insert method which means it is creating the record in context of Active BO so it reflects immediately.</description>
		<content:encoded><![CDATA[<p>Yes, it shows the activity immediately&#8230;I have tested it</p>
<p>The reason is, if a workflow is executed through runtime event or user property then the current business context is passed to the workflow due to BO given while creating the workflow record.<br />
And my workflow uses Siebel Operation &#8211; Insert method which means it is creating the record in context of Active BO so it reflects immediately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img class="monsterid" src="http://siebelunleashed.com/wp-content/plugins/wp-monsterid/monsterid/d7e10acd01394ee.png" alt="Josh MonsterID Icon" height="65" width="65"/> Josh</title>
		<link>http://siebelunleashed.com/scriptless-siebel-create-activity-setfieldvalue/#comment-12904</link>
		<dc:creator><img class="monsterid" src="http://siebelunleashed.com/wp-content/plugins/wp-monsterid/monsterid/d7e10acd01394ee.png" alt="Josh MonsterID Icon" height="65" width="65"/> Josh</dc:creator>
		<pubDate>Wed, 08 Jul 2009 03:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://siebelunleashed.com/?p=671#comment-12904</guid>
		<description>Hi Neel

&quot;client would like to see the updated data immediately after the activity is created&quot;

I just wanted to iterate that if the automation was to occur in the background (such as a workflow invoked which would create the record out of context) that the current view would need to be refreshed after this automation to show the updated data. 

In my updated requirement where the client want the activity to be created after the writerecord, at current the only way i know to do this is using script on the WriteRecord method. The way to create the new activity would be to instantiate the activity BC out of context and create the activity. However then the activity would not show up in the current context. So after that there would be script to refresh the current applet using FINS Teller UI Navigation business service RefreshCurrentApplet method. 

In your scriptless solution, does this create the activity in the current context so that if you were in an Oppurtunity &gt; Activities detail view and you updated the Account Type field it would show the new activity in the detail view list immediately? (im not sure i havent tried the solution).</description>
		<content:encoded><![CDATA[<p>Hi Neel</p>
<p>&#8220;client would like to see the updated data immediately after the activity is created&#8221;</p>
<p>I just wanted to iterate that if the automation was to occur in the background (such as a workflow invoked which would create the record out of context) that the current view would need to be refreshed after this automation to show the updated data. </p>
<p>In my updated requirement where the client want the activity to be created after the writerecord, at current the only way i know to do this is using script on the WriteRecord method. The way to create the new activity would be to instantiate the activity BC out of context and create the activity. However then the activity would not show up in the current context. So after that there would be script to refresh the current applet using FINS Teller UI Navigation business service RefreshCurrentApplet method. </p>
<p>In your scriptless solution, does this create the activity in the current context so that if you were in an Oppurtunity &gt; Activities detail view and you updated the Account Type field it would show the new activity in the detail view list immediately? (im not sure i havent tried the solution).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img class="monsterid" src="http://siebelunleashed.com/wp-content/plugins/wp-monsterid/monsterid/165dbaa9a93b8b0.png" alt="neel MonsterID Icon" height="65" width="65"/> neel</title>
		<link>http://siebelunleashed.com/scriptless-siebel-create-activity-setfieldvalue/#comment-12900</link>
		<dc:creator><img class="monsterid" src="http://siebelunleashed.com/wp-content/plugins/wp-monsterid/monsterid/165dbaa9a93b8b0.png" alt="neel MonsterID Icon" height="65" width="65"/> neel</dc:creator>
		<pubDate>Wed, 08 Jul 2009 01:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://siebelunleashed.com/?p=671#comment-12900</guid>
		<description>I am not sure what you mean by
&lt;blockquote&gt;client would like to see the updated data immediately after the activity is created&lt;/blockquote&gt;
It does happen in real time and you immideatly  start seeing the created activity.

I think I am missing something here</description>
		<content:encoded><![CDATA[<p>I am not sure what you mean by</p>
<blockquote><p>client would like to see the updated data immediately after the activity is created</p></blockquote>
<p>It does happen in real time and you immideatly  start seeing the created activity.</p>
<p>I think I am missing something here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img class="monsterid" src="http://siebelunleashed.com/wp-content/plugins/wp-monsterid/monsterid/165dbaa9a93b8b0.png" alt="neel MonsterID Icon" height="65" width="65"/> neel</title>
		<link>http://siebelunleashed.com/scriptless-siebel-create-activity-setfieldvalue/#comment-12899</link>
		<dc:creator><img class="monsterid" src="http://siebelunleashed.com/wp-content/plugins/wp-monsterid/monsterid/165dbaa9a93b8b0.png" alt="neel MonsterID Icon" height="65" width="65"/> neel</dc:creator>
		<pubDate>Wed, 08 Jul 2009 01:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://siebelunleashed.com/?p=671#comment-12899</guid>
		<description>Josh,

I have been thinking about it.. but haven&#039;t had a chance to actually try something.
Solution suggested by you also came in my mind but it doesn&#039;t feel right.. too many profile attributes and too many events will need to be taken care.

I am sure there is a better solution for this and is definitely worth finding.</description>
		<content:encoded><![CDATA[<p>Josh,</p>
<p>I have been thinking about it.. but haven&#8217;t had a chance to actually try something.<br />
Solution suggested by you also came in my mind but it doesn&#8217;t feel right.. too many profile attributes and too many events will need to be taken care.</p>
<p>I am sure there is a better solution for this and is definitely worth finding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img class="monsterid" src="http://siebelunleashed.com/wp-content/plugins/wp-monsterid/monsterid/d7e10acd01394ee.png" alt="Josh MonsterID Icon" height="65" width="65"/> Josh</title>
		<link>http://siebelunleashed.com/scriptless-siebel-create-activity-setfieldvalue/#comment-12806</link>
		<dc:creator><img class="monsterid" src="http://siebelunleashed.com/wp-content/plugins/wp-monsterid/monsterid/d7e10acd01394ee.png" alt="Josh MonsterID Icon" height="65" width="65"/> Josh</dc:creator>
		<pubDate>Mon, 06 Jul 2009 02:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://siebelunleashed.com/?p=671#comment-12806</guid>
		<description>Part 2 
 
Also in the theme of scriptless siebel, I would like to know how you would go about an additional requirement. Let&#039;s say that the client wants this automation to happen in real time and the client would like to see the updated data immediately after the activity is created. Ie. If the user is in an Oppurtunity &gt; Activities detail view or if there exists an activities MVG on the current oppurtunity view then the client would like to see this data immediatly. How could this be implemented through the scriptless siebel solution?  ......Quite often I receive this sort of requirement from the client. 
 
Also to throw it out there, I would like to know if it is po </description>
		<content:encoded><![CDATA[<p>Part 2 </p>
<p>Also in the theme of scriptless siebel, I would like to know how you would go about an additional requirement. Let&#039;s say that the client wants this automation to happen in real time and the client would like to see the updated data immediately after the activity is created. Ie. If the user is in an Oppurtunity &gt; Activities detail view or if there exists an activities MVG on the current oppurtunity view then the client would like to see this data immediatly. How could this be implemented through the scriptless siebel solution?  &#8230;&#8230;Quite often I receive this sort of requirement from the client. </p>
<p>Also to throw it out there, I would like to know if it is po</p>
]]></content:encoded>
	</item>
</channel>
</rss>
