<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using the PIA Welcome Message</title>
	<atom:link href="http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/feed/" rel="self" type="application/rss+xml" />
	<link>http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/</link>
	<description>Tips and Tricks with a PeopleSoft slant</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:17:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Portal Greeting on Tools 8.50 &#171; PeopleSoft Tipster</title>
		<link>http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-1212</link>
		<dc:creator>Portal Greeting on Tools 8.50 &#171; PeopleSoft Tipster</dc:creator>
		<pubDate>Fri, 21 May 2010 14:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-1212</guid>
		<description>[...] posted before about using the Portal Greeting / PIA Welcome message to display something useful here.  I&#8217;ve recently come to implement this on a client and discovered that the method I [...]</description>
		<content:encoded><![CDATA[<p>[...] posted before about using the Portal Greeting / PIA Welcome message to display something useful here.  I&#8217;ve recently come to implement this on a client and discovered that the method I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ernst</title>
		<link>http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-989</link>
		<dc:creator>ernst</dc:creator>
		<pubDate>Tue, 30 Jun 2009 20:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-989</guid>
		<description>Thanks Tipster, saved me a lot of time to figure the tables out myself :-). Using it in DEV instances to tell the tools and bundle level.</description>
		<content:encoded><![CDATA[<p>Thanks Tipster, saved me a lot of time to figure the tables out myself <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Using it in DEV instances to tell the tools and bundle level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navin Sahay</title>
		<link>http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-914</link>
		<dc:creator>Navin Sahay</dc:creator>
		<pubDate>Thu, 08 Jan 2009 07:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-914</guid>
		<description>Hi! Everybody, 

Good Morning!

Actually, I want to hide the &#039;Home&#039; link [which is coming top right of every page] for some pages.  

I have made changes in PT_BRANDING (Application Package), in class &#039;HeaderLinkPIA&#039; and &#039;HeaderLink Base&#039;.  

My addition in &#039;HeaderLinkPIA&#039; class in  PT_BRANDING (Application Package):

To hide the &#039;AddToFavorites&#039; while going to Careers page(Root &gt; SelfService &gt; Recruiting Activities &gt; Careers)

I have added the below code in the method &#039;SetAddFav&#039;

/* If &amp;CRef.Name = &quot;HC_HRS_CE_GBL&quot; Then
         &amp;DisplayAddToFavLink = False;
    End-If;

      If &amp;CRef.Name = &quot;HC_HRS_CE_GBL2&quot; Then
         &amp;DisplayAddToFavLink = False;
       End-If;
*/

*** And it worked successfully *** 

So, I have tried to apply the same concept to hide the &#039;Home&#039; link, I have added one method &#039;SetHomeURL&#039; in &#039;HeaderLinkPIA&#039; class.  Tried to catch the HTML for &#039;Home&#039; link, like &#039;PORTAL_HEADER_ADDTOFAVORITES&#039; is the HTML for the &#039;AddToFavorites&#039; link.  However i haven&#039;t found the exact HTML with button coding in for the &#039;Home&#039; link,  as i have found button coding n all in &#039;PORTAL_HEADER_ADDTOFAVORITES&#039; for &#039;AddToFavorites&#039; link. 

I have found many HTML for &#039;Home&#039; like &#039;PORTAL_HOME_1&#039;, &#039;PORTAL_HOME_HEADER&#039;, &#039;PORTAL_HOME_SKELETON&#039;, &#039;PR_EMPLOYEE_HOMEPAGE_DESIGNERA&#039;, &#039;PT_HOME_SKELETON&#039; etc. and tried to hide the link as i have done with &#039;AddToFavorites&#039;, BUT NO SUCCESS.... :(  

Anyone, please please please help me. 

Warm Regards, 
Navin</description>
		<content:encoded><![CDATA[<p>Hi! Everybody, </p>
<p>Good Morning!</p>
<p>Actually, I want to hide the &#8216;Home&#8217; link [which is coming top right of every page] for some pages.  </p>
<p>I have made changes in PT_BRANDING (Application Package), in class &#8216;HeaderLinkPIA&#8217; and &#8216;HeaderLink Base&#8217;.  </p>
<p>My addition in &#8216;HeaderLinkPIA&#8217; class in  PT_BRANDING (Application Package):</p>
<p>To hide the &#8216;AddToFavorites&#8217; while going to Careers page(Root &gt; SelfService &gt; Recruiting Activities &gt; Careers)</p>
<p>I have added the below code in the method &#8216;SetAddFav&#8217;</p>
<p>/* If &amp;CRef.Name = &#8220;HC_HRS_CE_GBL&#8221; Then<br />
         &amp;DisplayAddToFavLink = False;<br />
    End-If;</p>
<p>      If &amp;CRef.Name = &#8220;HC_HRS_CE_GBL2&#8243; Then<br />
         &amp;DisplayAddToFavLink = False;<br />
       End-If;<br />
*/</p>
<p>*** And it worked successfully *** </p>
<p>So, I have tried to apply the same concept to hide the &#8216;Home&#8217; link, I have added one method &#8216;SetHomeURL&#8217; in &#8216;HeaderLinkPIA&#8217; class.  Tried to catch the HTML for &#8216;Home&#8217; link, like &#8216;PORTAL_HEADER_ADDTOFAVORITES&#8217; is the HTML for the &#8216;AddToFavorites&#8217; link.  However i haven&#8217;t found the exact HTML with button coding in for the &#8216;Home&#8217; link,  as i have found button coding n all in &#8216;PORTAL_HEADER_ADDTOFAVORITES&#8217; for &#8216;AddToFavorites&#8217; link. </p>
<p>I have found many HTML for &#8216;Home&#8217; like &#8216;PORTAL_HOME_1&#8242;, &#8216;PORTAL_HOME_HEADER&#8217;, &#8216;PORTAL_HOME_SKELETON&#8217;, &#8216;PR_EMPLOYEE_HOMEPAGE_DESIGNERA&#8217;, &#8216;PT_HOME_SKELETON&#8217; etc. and tried to hide the link as i have done with &#8216;AddToFavorites&#8217;, BUT NO SUCCESS&#8230;. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   </p>
<p>Anyone, please please please help me. </p>
<p>Warm Regards,<br />
Navin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tipster</title>
		<link>http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-898</link>
		<dc:creator>Tipster</dc:creator>
		<pubDate>Tue, 04 Nov 2008 19:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-898</guid>
		<description>You&#039;ll want to look in PeopleBooks and the red paper library on Customer Connection.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll want to look in PeopleBooks and the red paper library on Customer Connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neel</title>
		<link>http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-897</link>
		<dc:creator>neel</dc:creator>
		<pubDate>Tue, 04 Nov 2008 18:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-897</guid>
		<description>Thanks for the update,

I am totally new in this arena and doing peoplesoft admin for last 2 years.

recently got an assignment of our peoplesoft hompeage branding.

please refere any red paper if possible or share me the activity list that is needed from peoplesoft admin to perticipate in branding.

Regards
Neel</description>
		<content:encoded><![CDATA[<p>Thanks for the update,</p>
<p>I am totally new in this arena and doing peoplesoft admin for last 2 years.</p>
<p>recently got an assignment of our peoplesoft hompeage branding.</p>
<p>please refere any red paper if possible or share me the activity list that is needed from peoplesoft admin to perticipate in branding.</p>
<p>Regards<br />
Neel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tipster</title>
		<link>http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-870</link>
		<dc:creator>Tipster</dc:creator>
		<pubDate>Mon, 22 Sep 2008 20:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-870</guid>
		<description>The SQL updates the message to give a specified message to a single user.  It&#039;s a quick and dirty update.  The PeopleCode version is the method to use if you&#039;re doing it &#039;properly&#039;.</description>
		<content:encoded><![CDATA[<p>The SQL updates the message to give a specified message to a single user.  It&#8217;s a quick and dirty update.  The PeopleCode version is the method to use if you&#8217;re doing it &#8216;properly&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simrose</title>
		<link>http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-860</link>
		<dc:creator>simrose</dc:creator>
		<pubDate>Thu, 11 Sep 2008 11:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-860</guid>
		<description>Why we need to run Oracle SQL Script , why by just changing the application package code will not do the need full.Can u please xplain the need for Oracle SQL Script..
Thanks in Advance</description>
		<content:encoded><![CDATA[<p>Why we need to run Oracle SQL Script , why by just changing the application package code will not do the need full.Can u please xplain the need for Oracle SQL Script..<br />
Thanks in Advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeopleSoft Tipster</title>
		<link>http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-848</link>
		<dc:creator>PeopleSoft Tipster</dc:creator>
		<pubDate>Thu, 28 Aug 2008 22:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-848</guid>
		<description>RN &gt; I&#039;ve not tried this on Enterprise Portal, only on the other applications.  I would assume portal would be different so you&#039;ll probably have to do a fair bit of tweaking to get it to work.  It&#039;s probably worth checking out though as it may well be easier to achieve the same result in Portal than HR ...</description>
		<content:encoded><![CDATA[<p>RN &gt; I&#8217;ve not tried this on Enterprise Portal, only on the other applications.  I would assume portal would be different so you&#8217;ll probably have to do a fair bit of tweaking to get it to work.  It&#8217;s probably worth checking out though as it may well be easier to achieve the same result in Portal than HR &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devesh</title>
		<link>http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-846</link>
		<dc:creator>Devesh</dc:creator>
		<pubDate>Thu, 28 Aug 2008 11:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-846</guid>
		<description>Ok. No issues. I&#039;ll check the PeopleBooks for reference. Thanks anyways for your reply.</description>
		<content:encoded><![CDATA[<p>Ok. No issues. I&#8217;ll check the PeopleBooks for reference. Thanks anyways for your reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RN</title>
		<link>http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-845</link>
		<dc:creator>RN</dc:creator>
		<pubDate>Wed, 27 Aug 2008 21:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://peoplesofttipster.com/2007/06/13/using-the-pia-welcome-message/#comment-845</guid>
		<description>I am using Ent. Portal 8.8. Made all the changes at the specified places. Ran the scripts, cleaned cache.etc.. No luck..Thanks for your input..</description>
		<content:encoded><![CDATA[<p>I am using Ent. Portal 8.8. Made all the changes at the specified places. Ran the scripts, cleaned cache.etc.. No luck..Thanks for your input..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
