Showing posts with label PeopleTools. Show all posts
Showing posts with label PeopleTools. Show all posts

Sunday, December 29, 2013

Enabling HTML Email Approvals for HCM


A few months ago Oracle release HTML Email Approvals for Approval Framework. With this OOTB feature you can now easily enable Approvals that can be managed from your mail, without having to log into PeopleSoft first.
Although the technology for HTML Email Approvals have be part of AWE for years now and is also highly used in FSCM, this is the first email templates that are delivered in HCM. The following email templates are delivered:

  • Job Opening
  • Job Offer
  • Absence Request
  • Extended Absence Request
  • Promote
  • Transfer
  • Reporting Change
  • Performance Document


Wednesday, March 13, 2013

Using Gmail as SMTP server for PeopleSoft

A lot of us developers use local PeopleSoft sandboxes for (self)training and R&D. One of the biggest issues we usually encounter on local sandboxes is the lack of a SMTP server for testing workflow mail. Until today I used PostcastServer as SMTP server, but this did not actually send the mail to the mail address, but catches the mail generated from PeopleSoft locally.

Today I got triggered by a question on OTN Forum on which setting you need to set to use Gmail as SMTP server. Surprisingly there was a document on My Oracle Support that explained just that E-WF: JavaMail Exception: javax.mail.AuthenticationFailedException, Error Using Gmail SMTP Server [ID 1436910.1]

Although the document on My Oracle Support is a very highly detailed document, it missed a few key pointers and I think this information is something the community will be very grateful for.

Thursday, January 24, 2013

Integration Broker basics for the PeopleSoft developer

In the past year we have answered a lot of questions on OTN Forum on the Integration Broker and how to work with web services in PeopleSoft.

We have decided to share with you a training that we have written on the basics of Integration Broker and frequent integration scenarios that a PeopleSoft Developer is faced with. The training is written using PeopleSoft HCM 9.1/PeopleTools 8.51, but still valid for PeopleTools 8.52.

Saturday, October 13, 2012

Oracle Open World 2012 & JavaOne presentations available for download


Oracle Open World 2012 is officially over and most of the presentation slide decks and session recording videos are becoming available in the Content Catalog.

Thursday, September 01, 2011

PeopleTools and Oracle 11g installation issues

Until now I was used to installing PeopleSoft on SQLServer 2005/2008 or Oracle 9i/10g. For this particular installation, PeopleTools 8.51 on a Unicode Oracle 11g database, I ran into two issues I never ran into before. Luckily fixes were easy, but finding a solution usually takes a lot of time.