<?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: Creating an Action Class</title>
	<atom:link href="http://www.burakbolek.com/blog/2009/03/creating-an-action-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burakbolek.com/blog/2009/03/creating-an-action-class/</link>
	<description>Burak BÖLEK</description>
	<lastBuildDate>Sun, 18 Sep 2011 09:58:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.burakbolek.com/blog/2009/03/creating-an-action-class/comment-page-1/#comment-313</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 14 Dec 2010 16:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=53#comment-313</guid>
		<description>Hello, it is all same for every object, 
Have a good day</description>
		<content:encoded><![CDATA[<p>Hello, it is all same for every object,<br />
Have a good day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surya</title>
		<link>http://www.burakbolek.com/blog/2009/03/creating-an-action-class/comment-page-1/#comment-312</link>
		<dc:creator>Surya</dc:creator>
		<pubDate>Tue, 14 Dec 2010 16:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=53#comment-312</guid>
		<description>Hi Burak,

Firstly thanks for maintaining such an useful and authoritative blog about Maximo. Secondly, I was trying to write an Custom Action class to create CIs (configuration items) . In your code above you&#039;ve created a new mbo and casted it as a workorder , like so,

com.custom.workorder.newWORemote mbo=(com.custom.workorder.newWORemote)mboremote;

Can I do something like that to create an mbo and type cast it as a CI ? Or is a completely different approach needed ? Thanks a lot for your time.

Sincerely,
Surya</description>
		<content:encoded><![CDATA[<p>Hi Burak,</p>
<p>Firstly thanks for maintaining such an useful and authoritative blog about Maximo. Secondly, I was trying to write an Custom Action class to create CIs (configuration items) . In your code above you&#8217;ve created a new mbo and casted it as a workorder , like so,</p>
<p>com.custom.workorder.newWORemote mbo=(com.custom.workorder.newWORemote)mboremote;</p>
<p>Can I do something like that to create an mbo and type cast it as a CI ? Or is a completely different approach needed ? Thanks a lot for your time.</p>
<p>Sincerely,<br />
Surya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://www.burakbolek.com/blog/2009/03/creating-an-action-class/comment-page-1/#comment-258</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Thu, 15 Apr 2010 19:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=53#comment-258</guid>
		<description>Hello, 
I created a custom class...but i have a little issue...

In the action class i create a Change record, this works fine, however when i get to the next node, which is an interaction node using the relation NEWCHANGE it send me an error saying that the change does not exist.

I can validate that the change is really in the database...seems like the workflow looses the reference on the mbo....any ideas how to solve this?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I created a custom class&#8230;but i have a little issue&#8230;</p>
<p>In the action class i create a Change record, this works fine, however when i get to the next node, which is an interaction node using the relation NEWCHANGE it send me an error saying that the change does not exist.</p>
<p>I can validate that the change is really in the database&#8230;seems like the workflow looses the reference on the mbo&#8230;.any ideas how to solve this?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.burakbolek.com/blog/2009/03/creating-an-action-class/comment-page-1/#comment-18</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 19 Mar 2009 05:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=53#comment-18</guid>
		<description>Hello;

I made it work via creating a new action from Actions applications and give the classname with package name to the value field in action. Can you tell me more about your process..

Thanks...</description>
		<content:encoded><![CDATA[<p>Hello;</p>
<p>I made it work via creating a new action from Actions applications and give the classname with package name to the value field in action. Can you tell me more about your process..</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.burakbolek.com/blog/2009/03/creating-an-action-class/comment-page-1/#comment-17</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 16 Mar 2009 16:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=53#comment-17</guid>
		<description>Hi,
Have you done this successfully in Maximo 6? I have made a custom action class according to this and used it in an escalation - my escalation work, but the class does not get executed ... I do not get any errors, it just does not do anything.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Have you done this successfully in Maximo 6? I have made a custom action class according to this and used it in an escalation &#8211; my escalation work, but the class does not get executed &#8230; I do not get any errors, it just does not do anything.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

