<?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>Existing Content (new threads)</title>
		<link>http://www.peoplesoftwiki.com/forum/c-41062/existing-content</link>
		<description>Threads in the forum category &quot;Existing Content&quot; - Discussions on existing wiki content</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 06 Feb 2012 22:16:59 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-383123</guid>
				<title>Cookies</title>
				<link>http://www.peoplesoftwiki.com/forum/t-383123/cookies</link>
				<description></description>
				<pubDate>Tue, 16 Aug 2011 14:58:17 +0000</pubDate>
				<wikidot:authorName>jonathonadler</wikidot:authorName>				<wikidot:authorUserId>586385</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Recommend the use of:</p> <p>&amp;YourCookie.Domain = %Request.AuthTokenDomain;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-365867</guid>
				<title>Peoplesoft Realtime Interview Questions and Answers</title>
				<link>http://www.peoplesoftwiki.com/forum/t-365867/peoplesoft-realtime-interview-questions-and-answers</link>
				<description>Peoplesoft Realtime Interview Questions and Answers</description>
				<pubDate>Fri, 10 Jun 2011 05:39:01 +0000</pubDate>
				<wikidot:authorName>Joya</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>1. What is PIA and what are its components?<br /> It is n-tier architecture. We have client, web server, application server and Database server. We have jolt and tuxedo. We have WSL, WSH, JSL, JSH, QUEUES and services.<br /> In database server we have system tables, peopletools tables and application tables.</p> <p>2. Differentiate Field edit and Save edit?<br /> In Field edit for each field change, a transition to the application server to the database is taken place. In Save edit for all the fields, only one transition to the application server to the Database is taken place.</p> <p>3. What are think time functions?<br /> Think-time functions suspend processing either until the user has taken some action (such as clicking a button in a message box), or until an external process has run to completion.</p> <p>4. In which events error &amp; warning are used most extensively.<br /> Field edit, Save edit, Search save, row delete, row insert.</p> <p>5. Is there any way by which you can find out whether the user is in Add mode or Update mode?<br /> %mode<span style="text-decoration: line-through;">-returns A</span>-for Add mode. Returns U –for Update mode</p> <p>6. What is the purpose of the SQLEXEC function? What are its benefits and draw backs?<br /> SQLEXEC is used to execute the sql statements (select, insert,update,delete).<br /> We can get only one row at a time.</p> <p>7. How is the searchinit event most often used by people soft application?<br /> A) Searchinit fires before the search dialogue page is displayed to the end user.For this reason searchinit is often used to enhance roll level security by inserting and graying out certain values to the search dialogue page.<br /> <a href="http://www.aired.in/2009/07/peoplesoft-technical-interview.html">http://www.aired.in/2009/07/peoplesoft-technical-interview.html</a></p> <p>8. What are the options for using SQL in people code?<br /> a) Sqlexec<br /> b) Record class methods (selectbykey, delete, insert, update)<br /> c) Using sql class, its properties and methods.</p> <p>9. What is the difference between component buffer and data buffer?<br /> Component buffer contains all the data of the active component.<br /> Data buffer contains the data other than the data in the component buffer (Data of other records)<br /> <a href="http://www.aired.in/2009/08/peoplesoft-enterprise-applications.html">http://www.aired.in/2009/08/peoplesoft-enterprise-applications.html</a></p> <p>10. What databuffer classes are available in people code?<br /> Rowset, Row, Record, Field, Array, File, Sql, chart, grid and so on.</p> <p>11. When we select a component what events will be fired?<br /> If default mode for component is search mode: only searchinit will fired .If default mode for component is new mode :field default, field formula, rowinit, searchinit.<br /> <a href="http://www.aired.in/2009/08/frequently-asked-peoplesoft-technical.html">http://www.aired.in/2009/08/frequently-asked-peoplesoft-technical.html</a></p> <p>12. What are different variables in people code and their Scope?<br /> System variables and User defined variables.<br /> Scope &#8212;- Global, Component, Local.</p> <p><a href="http://www.aired.in/2009/08/peoplesoft-realtime-interview-questions.html">http://www.aired.in/2009/08/peoplesoft-realtime-interview-questions.html</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-357670</guid>
				<title>The Connect ID</title>
				<link>http://www.peoplesoftwiki.com/forum/t-357670/the-connect-id</link>
				<description></description>
				<pubDate>Wed, 11 May 2011 09:41:58 +0000</pubDate>
				<wikidot:authorName>John</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I get a connection error setting up the ODBC connection<br /> using sa as the user</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-351038</guid>
				<title>PT Branding</title>
				<link>http://www.peoplesoftwiki.com/forum/t-351038/pt-branding</link>
				<description>Where is the Branding for personalize content and personalize layout in tools 8.51.03</description>
				<pubDate>Wed, 27 Apr 2011 19:36:51 +0000</pubDate>
				<wikidot:authorName>rahul</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Raj,<br /> I have followed your steps to apply branding and is very good. The only question is that the links for personalize content and personalize layout use different stylesheets. I am not able to figure which stylesheet it uses. Do you have any idea..</p> <p>Thanks<br /> Rahul</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-321476</guid>
				<title>Decode PeopleCode</title>
				<link>http://www.peoplesoftwiki.com/forum/t-321476/decode-peoplecode</link>
				<description></description>
				<pubDate>Wed, 09 Mar 2011 04:37:32 +0000</pubDate>
				<wikidot:authorName>Jean-Luc</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Nice, but you can achieve substantially the same by using App Designer to find stuff in peoplecode:</p> <p>Application Designer Menu:</p> <p>Edit,Find in…</p> <p>On the Find in… dialog:</p> <p>Find what: ";" *<br /> Find type: Text string in PeopleCode<br /> Project: enter a project or scan the full database.</p> <p>Important: check the Save PeopleCode to File checkbox</p> <p>I typically scan the full database at least once and get about a 100&nbsp;MB text file out of it. Very useful to look for examples of peoplecode functions you haven't used yet. Otherwise, I typically qualify a project name to check for left behind code in large projects when doing packaging - export from 2 dbs and compare. Or to quickly get an overview of the code in a given set of subcomponents.</p> <p>At PeopleSoft, someone's written a VB real time decoder that can be called to parse the code for quality auditing purposes. That's the next step above exports.</p> <ul> <li>the ";" search will miss single line PeopleCodes if they are not terminated with a semi-colon. Such is life - I don't suggest scanning on " ", too slow.</li> </ul> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-298205</guid>
				<title>CI Development FAQ</title>
				<link>http://www.peoplesoftwiki.com/forum/t-298205/ci-development-faq</link>
				<description></description>
				<pubDate>Thu, 13 Jan 2011 17:42:48 +0000</pubDate>
				<wikidot:authorName>Gratian</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Great article. It answers the important questions and all you need is to do some testing. A tutorial wouldn't hurt but i think it's out of scope here.<br /> Great job!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-295772</guid>
				<title>Copying Rowsets</title>
				<link>http://www.peoplesoftwiki.com/forum/t-295772/copying-rowsets</link>
				<description></description>
				<pubDate>Wed, 05 Jan 2011 05:53:32 +0000</pubDate>
				<wikidot:authorName>Giri</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Good one.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-295756</guid>
				<title>Debugging and Tracing</title>
				<link>http://www.peoplesoftwiki.com/forum/t-295756/debugging-and-tracing</link>
				<description></description>
				<pubDate>Wed, 05 Jan 2011 03:44:56 +0000</pubDate>
				<wikidot:authorName>subhani</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>we can use win message also tracing the peoplecode</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-295644</guid>
				<title>PeopleTools Security</title>
				<link>http://www.peoplesoftwiki.com/forum/t-295644/peopletools-security</link>
				<description></description>
				<pubDate>Tue, 04 Jan 2011 14:26:16 +0000</pubDate>
				<wikidot:authorName>raju</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>good inforamtion thank you</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-292072</guid>
				<title>Worklist feature</title>
				<link>http://www.peoplesoftwiki.com/forum/t-292072/worklist-feature</link>
				<description>Worklist</description>
				<pubDate>Wed, 15 Dec 2010 17:17:05 +0000</pubDate>
				<wikidot:authorName>Eric</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Help! How do I create a Worklist?<br /> Thanks!</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
