
peoplesoftstuff.blogspot.com
Peoplesoft Peoplecode StuffCurrently on PeopleTools 8.54.07
http://peoplesoftstuff.blogspot.com/
Currently on PeopleTools 8.54.07
http://peoplesoftstuff.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.3 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
0
SITE IP
172.217.11.33
LOAD TIME
0.281 sec
SCORE
6.2
Peoplesoft Peoplecode Stuff | peoplesoftstuff.blogspot.com Reviews
https://peoplesoftstuff.blogspot.com
Currently on PeopleTools 8.54.07
Peoplesoft Peoplecode Stuff: March 2013
http://peoplesoftstuff.blogspot.com/2013_03_01_archive.html
Currently on PeopleTools 8.54.07. Tuesday, March 19, 2013. Join(COMMON KEYS, PSAESECTDEFN ABC, PSAESTEPDEFN XYZ). Use COMMON KEYS to specify that all common primary key fields are used in constructing a Where clause; use COMMON FIELDS to specify all common fields, not just key fields. You can select either COMMON KEYS or COMMON FIELDS. The example code results in the following being generated:. ABCAE APPLID = XYZ.AE APPLID. AND ABC.AE SECTION = XYZ.AE SECTION. AND ABC.DBTYPE = XYZ.DBTYPE. Simple template...
Peoplesoft Peoplecode Stuff: October 2012
http://peoplesoftstuff.blogspot.com/2012_10_01_archive.html
Currently on PeopleTools 8.54.07. Tuesday, October 23, 2012. If %Time TimeValue("01:00:00 PM") Or. Time TimeValue("07:00:00 AM") Then. UP DERIVED.CS HTML FLG.Visible = True;. UP DERIVED.RETURN PB.Visible = True;. UP DERIVED.CS HTML FLG.Visible = False;. UP DERIVED.RETURN PB.Visible = False;. Wednesday, October 3, 2012. Proper, Sentence, Upper Case. In query use as expression. Lower(A.EMAIL ADDR) e.g. email@gmail.com. Upper(A.EMAIL ADDR) e.g. EMAIL@GMAIL.COM. Subscribe to: Posts (Atom).
Peoplesoft Peoplecode Stuff: File to Process Monitor
http://peoplesoftstuff.blogspot.com/2015/05/file-to-process-monitor.html
Currently on PeopleTools 8.54.07. Tuesday, May 26, 2015. File to Process Monitor. ORptDefn.OutDestination = %FilePath;. Posted by die van niekerkuu's. Subscribe to: Post Comments (Atom). File to Process Monitor. Simple template. Powered by Blogger.
Peoplesoft Peoplecode Stuff: July 2013
http://peoplesoftstuff.blogspot.com/2013_07_01_archive.html
Currently on PeopleTools 8.54.07. Tuesday, July 9, 2013. Delete duplicate entries from the grid. EXAMPLE delete duplicate entries from the grid */. Class Meet = GetLevel0()(1).GetRowset(Scroll.INSTR CLASS VW);. Class Meet.Flush();. Class Cnt = &Class Meet.Select(Record.INSTR CLASS VW, "WHERE EMPLID = :1 AND STRM = :2 AND INSTITUTION = :3", %EmployeeId, &Fac Term, &Fac Inst);. If &Class Cnt 1 Then. Class Meet.Sort(INSTR CLASS VW.CRSE ID, "A");. For &i = &Class Cnt To 1 Step - 1. If &i 1 = &Class Cnt Then.
Peoplesoft Peoplecode Stuff: March 2014
http://peoplesoftstuff.blogspot.com/2014_03_01_archive.html
Currently on PeopleTools 8.54.07. Tuesday, March 18, 2014. BI Publisher Desktop - Object Invalid Error. Http:/ www.treeplan.com/object-library-invalid-error.htm. Posted by die van niekerkuu's. Subscribe to: Posts (Atom). BI Publisher Desktop - Object Invalid Error. Simple template. Powered by Blogger.
TOTAL PAGES IN THIS WEBSITE
19
peoplesoftstore.biz
peoplesoftstore.info
peoplesoftstore.org
peoplesoftstore.us
Peoplesoft Peoplecode Stuff
Currently on PeopleTools 8.54.07. Wednesday, January 24, 2018. SendMail with PT MCF MAIL (multiple attachments). Import PT MCF MAIL:*;. Send Mail * * /. Local PT MCF MAIL:MCFOutboundEmail &email = create PT MCF MAIL:MCFOutboundEmail();. EmailFrom = " PSCSMPRA@up.ac.za. SQLExec("select EMAILID from PSUSEREMAIL where OPRID=:1 and Primary email = 'Y'", %OperatorId, &Email To);. EmailRecipients = &Email To;. EmailSubject = %DbName ": Update Dual Class Sections to English";. TextText = &plain text;. Check &em...
peoplesoftsupport.blogspot.com
Oracle PeopleSoft Enterprise DBA World
Oracle PeopleSoft Enterprise DBA World. Friday, September 27, 2013. E-SEC: Unable to modify PeopleSoft delivered objects. To change this you need to change the Read Only (Display Only) properties of one of the Permission Lists that your User ID is assigned. In Application Designer, from the Go menu, select Definition Security. Use the following navigation in PS Definition Security:. File - Open - Permission List. For FSCM user VP1 select ALLPAGES. For HCM user PS select HCPPALL. ARUNCNTLID, A.OPRID.
peoplesofttechworld.blogspot.com
PeopleSoft Help
PeopleCode, Integration Broker, Application Server. Wednesday, November 14, 2012. Menu navigation from Process name. Select distinct RTRIM(LTRIM(c.PORTAL LABEL) LBL1, ' ' L1,RTRIM(LTRIM(b.PORTAL LABEL) LBL2, ' ' L2,RTRIM(LTRIM(a.PORTAL LABEL) LBL3,e.DESCR,d.prcsname from. SELECT MA.PORTAL PRNTOBJNAME,PORTAL URI SEG2, MA.PORTAL LABEL FROM SYSADM.PSPRSMDEFN MA WHERE MA.PORTAL REFTYPE = 'C' ) a,. Ps prcsdefnpnl d,. Where a.PORTAL PRNTOBJNAME=b.PORTAL OBJNAME. And bPORTAL PRNTOBJNAME=c.PORTAL OBJNAME. SELECT...
The PeopleSoft Tipster Blog | A PeopleSoft Tips and Tricks Blog
The PeopleSoft Tipster Blog. A PeopleSoft Tips and Tricks Blog. I’m Jason Fletcher and this is how I work. March 6, 2018. Posted by Duncan in How I work. To anyone who frequents the PSAdmin.io slack community. It breaks, I fix. (AKA administrator for the City of Albuqerque). My workstation is a HP ZBook 15″. IPhone 6s Plus (gotta have the larger screen for when I have to RDP into work). What apps/software/tools can’t you live without? 8211; So much better than Compare Reports. So much. Depends on the int...