Hints, Tips & Gotchas

Forum » Forum / Hints, Tips & Gotchas
Number of threads: 51
Number of posts: 52
rss icon RSS: New threads | New posts
Snippets of information that may help you out.
Order by: Last post date | Thread starting date
Create a new thread
page 1 of 3123next »
Thread name Started Posts Recent post
Peoplesoft record hierarchy with navigation. is to understand the dataflow using peoplesoft prompt tables. this query works only in oracle datatabse it takes few minutes to execute as the query has to go through n number of tables.
by: RahulAgrawalRahulAgrawal
1265506865|%e %b %Y, %H:%M %Z|agohover
1  
This is useful in understanding the data flow between tables. specially in instances where peoplesoft is heavily customised. Currently it works with oracle database. CSGC_CMPRND_TBL replace by your record name.
by: RahulAgrawalRahulAgrawal
1265506593|%e %b %Y, %H:%M %Z|agohover
1  
Once we create pages and component for multilanguage application. we can missout on related language tables. here is the trick to do that. Sql is currently for oracle.
by: RahulAgrawalRahulAgrawal
1265506115|%e %b %Y, %H:%M %Z|agohover
1  
Peoplesoft related language tables with their key structure. This is extemely useful in tools data conversion. Or move from one version to another
by: RahulAgrawalRahulAgrawal
1265505752|%e %b %Y, %H:%M %Z|agohover
1  
We can document records in Peoplesoft project using following sql. We can use screen shots also but they are not helpful if want to perform some kind of search for info.
by: RahulAgrawalRahulAgrawal
1265504792|%e %b %Y, %H:%M %Z|agohover
1  
Once we have created our projects its difficult to document every thing. Like object invloved etc. we can leverage the sql below to do that.
by: RahulAgrawalRahulAgrawal
1265504400|%e %b %Y, %H:%M %Z|agohover
1  
Compare objects of peoplesoft project. Useful when applying patches. or when making a major release to make sure that we are not over riding other customisation.
by: RahulAgrawalRahulAgrawal
1265503565|%e %b %Y, %H:%M %Z|agohover
1  
SQL TO GENERATE INSERT SCRIPT FOR A PEOPLESOFT RECORD. replace the PSMSGCATDEFN with your record. Run in oracle SQL tool. It will give a select statement add where or filter clause to it to generate insert statements
by: RahulAgrawalRahulAgrawal
1265503323|%e %b %Y, %H:%M %Z|agohover
1  
Sql to find complete navigation and permission list, roles etc for a given component .
by: RahulAgrawalRahulAgrawal
1265502881|%e %b %Y, %H:%M %Z|agohover
1  
comma separated list of roles for each user. Note that this will only work on Oracle databases
by: RahulAgrawalRahulAgrawal
1265502746|%e %b %Y, %H:%M %Z|agohover
1  
list of all pages in a given component including subpages
by: RahulAgrawalRahulAgrawal
1265502645|%e %b %Y, %H:%M %Z|agohover
1  
This is useful when we want to get different translate values. instead of using peopleosft PIA just through a query
by: RahulAgrawalRahulAgrawal
1265502540|%e %b %Y, %H:%M %Z|agohover
1  
Parent child relationship in peoplesoft tables. This is extremely useful in analyzing if you change key in parent record, respective child records affected
by: RahulAgrawalRahulAgrawal
1265502376|%e %b %Y, %H:%M %Z|agohover
1  
/************************ ***********************/ /************************ PeopleTools objects modifiable in Application Designer ***********************/ /************************ ***********************/ /* Written for MS SQL Server */ /* Linked server to DMO database required for some object types.*/
by: RahulAgrawalRahulAgrawal
1265500192|%e %b %Y, %H:%M %Z|agohover
1  
The below SQL will help you determine all the AE programs that have TRACE enabled. It will be useful to use this SQL in your monitoring scripts if you notice developers enabling trace using the process definitions and getting the program with its process definition migrated all the way to production or if your analyst or DBA have the tendency to enable the trace and forget about it
by: RahulAgrawalRahulAgrawal
1265499874|%e %b %Y, %H:%M %Z|agohover
1  
Its useful in cases where field position specified are over lapping are not in correct order
by: RahulAgrawalRahulAgrawal
1265499508|%e %b %Y, %H:%M %Z|agohover
1  
Print AE Program Flow Layout from AppDesigner. This is useful particularly in large app engine.
by: RahulAgrawalRahulAgrawal
1265499018|%e %b %Y, %H:%M %Z|agohover
1  
by: PrajPraj
1247017784|%e %b %Y, %H:%M %Z|agohover
1  
by: PrajPraj
1246751396|%e %b %Y, %H:%M %Z|agohover
1  
by: PrajPraj
1245796427|%e %b %Y, %H:%M %Z|agohover
1  
page 1 of 3123next »
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License