<?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: Set Inbox Order</title>
	<atom:link href="http://www.burakbolek.com/blog/2009/03/set-inbox-order/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burakbolek.com/blog/2009/03/set-inbox-order/</link>
	<description>Burak BÖLEK</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:05:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sonia Lin</title>
		<link>http://www.burakbolek.com/blog/2009/03/set-inbox-order/comment-page-1/#comment-271</link>
		<dc:creator>Sonia Lin</dc:creator>
		<pubDate>Thu, 01 Jul 2010 07:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=60#comment-271</guid>
		<description>For Maximo V7, you can define sort order by overwriting WFAssignmentSet.getInboxAssignments. For example:

public void getInboxAssignments()throws RemoteException, MXException
    {
       
        String orderBy = this.getOrderBy();
        if(orderBy == null &#124;&#124; orderBy.equals(&quot;&quot;)){
        	setOrderBy(&quot; DUEDATE desc&quot;);
        }

        super.getInboxAssignments();
    }</description>
		<content:encoded><![CDATA[<p>For Maximo V7, you can define sort order by overwriting WFAssignmentSet.getInboxAssignments. For example:</p>
<p>public void getInboxAssignments()throws RemoteException, MXException<br />
    {</p>
<p>        String orderBy = this.getOrderBy();<br />
        if(orderBy == null || orderBy.equals(&#8220;&#8221;)){<br />
        	setOrderBy(&#8221; DUEDATE desc&#8221;);<br />
        }</p>
<p>        super.getInboxAssignments();<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sachin</title>
		<link>http://www.burakbolek.com/blog/2009/03/set-inbox-order/comment-page-1/#comment-267</link>
		<dc:creator>sachin</dc:creator>
		<pubDate>Mon, 14 Jun 2010 05:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=60#comment-267</guid>
		<description>Hi

Can you pls publish the solution to have the inbox / assignments sorted in Maximo v 7

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Can you pls publish the solution to have the inbox / assignments sorted in Maximo v 7</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kurty boy</title>
		<link>http://www.burakbolek.com/blog/2009/03/set-inbox-order/comment-page-1/#comment-257</link>
		<dc:creator>kurty boy</dc:creator>
		<pubDate>Tue, 13 Apr 2010 04:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=60#comment-257</guid>
		<description>Hi Burak
Do you have the solution to order inbox assignments for Maximo v7.1 as the JSP is not the same?
Thank you</description>
		<content:encoded><![CDATA[<p>Hi Burak<br />
Do you have the solution to order inbox assignments for Maximo v7.1 as the JSP is not the same?<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arleen Liljeberg</title>
		<link>http://www.burakbolek.com/blog/2009/03/set-inbox-order/comment-page-1/#comment-256</link>
		<dc:creator>Arleen Liljeberg</dc:creator>
		<pubDate>Sun, 21 Mar 2010 23:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=60#comment-256</guid>
		<description>Ich muss gleich mal gucken, ob ich das Template wo zum runter laden finde.</description>
		<content:encoded><![CDATA[<p>Ich muss gleich mal gucken, ob ich das Template wo zum runter laden finde.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kurtyboy</title>
		<link>http://www.burakbolek.com/blog/2009/03/set-inbox-order/comment-page-1/#comment-251</link>
		<dc:creator>kurtyboy</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=60#comment-251</guid>
		<description>Hey Burak
That was a really useful update
I have been lucky enough to upgrade to v7 ... do you know how this same setting is applied?
Thank you</description>
		<content:encoded><![CDATA[<p>Hey Burak<br />
That was a really useful update<br />
I have been lucky enough to upgrade to v7 &#8230; do you know how this same setting is applied?<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>http://www.burakbolek.com/blog/2009/03/set-inbox-order/comment-page-1/#comment-137</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Wed, 17 Jun 2009 12:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=60#comment-137</guid>
		<description>Hi Burak,

I was looking for ages this solution as endusers&#039; inbox gets filled with overdue assignments and they find it irritating to browse to the last assignment.

Thanks again,

Manoj.</description>
		<content:encoded><![CDATA[<p>Hi Burak,</p>
<p>I was looking for ages this solution as endusers&#8217; inbox gets filled with overdue assignments and they find it irritating to browse to the last assignment.</p>
<p>Thanks again,</p>
<p>Manoj.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
