<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>New Content (new posts)</title>
		<link>http://www.peoplesoftwiki.com/forum/c-41063/new-content</link>
		<description>Posts in the forum category &quot;New Content&quot; - New stuff you want to see</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 06 Sep 2010 05:44:34 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-57401#post-548976</guid>
				<title>This wiki could be good: Re: This wiki could be good</title>
				<link>http://www.peoplesoftwiki.com/forum/t-57401/this-wiki-could-be-good#post-548976</link>
				<description></description>
				<pubDate>Thu, 30 Jul 2009 21:20:51 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Please see the article on <a href="http://www.peoplesoftwiki.com/contributing-to-the-wiki">contributing</a> to the PeopleSoft Wiki for details.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-57401#post-548926</guid>
				<title>This wiki could be good: Re: This wiki could be good</title>
				<link>http://www.peoplesoftwiki.com/forum/t-57401/this-wiki-could-be-good#post-548926</link>
				<description></description>
				<pubDate>Thu, 30 Jul 2009 20:20:46 +0000</pubDate>
				<wikidot:authorName>melban</wikidot:authorName>				<wikidot:authorUserId>332139</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How do we get access to add content. I've got a useful tip on adding a pause to PeopleCode that I have searched for multiple times on the web and just found a solution I'd like to add here.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-57401#post-493968</guid>
				<title>This wiki could be good: Re: This wiki could be good</title>
				<link>http://www.peoplesoftwiki.com/forum/t-57401/this-wiki-could-be-good#post-493968</link>
				<description></description>
				<pubDate>Fri, 29 May 2009 16:08:46 +0000</pubDate>
				<wikidot:authorName>melban</wikidot:authorName>				<wikidot:authorUserId>332139</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I agree. I'm going to try and document some things that I think PeopleBooks doesn't go into enough detail about.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-102755#post-317283</guid>
				<title>Replicating default edit error behaviour: Re: Replicating default edit error behaviour</title>
				<link>http://www.peoplesoftwiki.com/forum/t-102755/replicating-default-edit-error-behaviour#post-317283</link>
				<description></description>
				<pubDate>Mon, 24 Nov 2008 12:34:06 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Ignore the prvious one…</p> <p>use style sheet 'PSEDITBOX' to to set the stylesheet back so that the errored field is<br /> no longer highlighted in red.</p> <p>Thanks,<br /> Sharmil</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-102755#post-317282</guid>
				<title>Replicating default edit error behaviour: Re: Replicating default edit error behaviour</title>
				<link>http://www.peoplesoftwiki.com/forum/t-102755/replicating-default-edit-error-behaviour#post-317282</link>
				<description></description>
				<pubDate>Mon, 24 Nov 2008 12:32:47 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>use style sheet 'PABOLDTEXT' to to set the stylesheet back so that the errored field is<br /> no longer highlighted in red.</p> <p>Thanks,<br /> Sharmil</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-102755#post-302083</guid>
				<title>Replicating default edit error behaviour: Re: Replicating default edit error behaviour</title>
				<link>http://www.peoplesoftwiki.com/forum/t-102755/replicating-default-edit-error-behaviour#post-302083</link>
				<description></description>
				<pubDate>Thu, 06 Nov 2008 20:32:20 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>On seconds thoughts, you probably need to trigger an event on the field again to validate it so you now know that it is no longer in error. However, triggering that error without user interaction is where I'm stuck.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-102755#post-301600</guid>
				<title>Replicating default edit error behaviour: Replicating default edit error behaviour</title>
				<link>http://www.peoplesoftwiki.com/forum/t-102755/replicating-default-edit-error-behaviour#post-301600</link>
				<description></description>
				<pubDate>Thu, 06 Nov 2008 09:26:45 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>By default when there's an edit error (e.g. required field missing) the default processing sets the cursor to the appropriate field and highlights it in red. This is how the default component processor works.</p> <p>Is it possible to replicate this behaviour exactly? Users are used to having this occur on errors, and it would be nice to trigger this on all PeopleCode validation.</p> <p>What would be neccessary? My original thoughts were:</p> <ul> <li>Set the cursor to appropriate field with <tt>SetCursorPos</tt> before the error message is displayed.</li> <li>Change the style sheet to <tt>PSERROR</tt></li> </ul> <p>However, after the error is corrected, you need another event to set the stylesheet back so that the <em>errored</em> field is no longer highlighted in red. This seems too complicated - could there be an easier way - e.g. call some JavaScript to this part?</p> <p>Any thoughts or ideas …</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-59721#post-163713</guid>
				<title>How to use tracing: How to use tracing</title>
				<link>http://www.peoplesoftwiki.com/forum/t-59721/how-to-use-tracing#post-163713</link>
				<description></description>
				<pubDate>Wed, 14 May 2008 22:08:04 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>An article about how to use PeopleCode tracing would be good to see.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-57465#post-156913</guid>
				<title>Facelift: Re: Facelift</title>
				<link>http://www.peoplesoftwiki.com/forum/t-57465/facelift#post-156913</link>
				<description></description>
				<pubDate>Sat, 03 May 2008 08:50:17 +0000</pubDate>
				<wikidot:authorName>ducatiss</wikidot:authorName>				<wikidot:authorUserId>110313</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Nice makeover Prajwal………………</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-57465#post-156382</guid>
				<title>Facelift: Facelift</title>
				<link>http://www.peoplesoftwiki.com/forum/t-57465/facelift#post-156382</link>
				<description></description>
				<pubDate>Fri, 02 May 2008 11:22:41 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Just finished updating the new site design. Let me know what you think of it, but I know its about a thousand times better than it was!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-57401#post-156257</guid>
				<title>This wiki could be good: This wiki could be good</title>
				<link>http://www.peoplesoftwiki.com/forum/t-57401/this-wiki-could-be-good#post-156257</link>
				<description></description>
				<pubDate>Fri, 02 May 2008 04:51:53 +0000</pubDate>
				<wikidot:authorName>ducatiss</wikidot:authorName>				<wikidot:authorUserId>110313</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><strong>Prajs Wiki</strong><br /> I hope it keeps getting updated. It could be useful.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>