


PeopleSoft Tips: Custom buttons actions for Scroll Areas
PeopleSoft Tips: Learn how to custom buttons actions for Scroll Areas

Fix Common Error when migrating BI Templates, PeopleSoft Application Designer
It’s kind of common, when we work with templates, get the following error after project migration: Resolving File associated with template definition is not found in the database. (235,77) This happens when we insert the template definition to the project but we keep...
Retrieve Query results in different file formats through PeopleCode
Many times, we need to compose simple reports in different output formats. One of the easiest and fastest ways of achieving it, is making use of RunToFile method, from Query class. This method allows us to generate a file containing the results returned from the...