Peoplebooks
Oracle now provides hosted PeopleBooks on their web site. For a full list, visit this site.
PeopleTools
There are a number of useful reference sections in PeopleTools PeopleBooks. However, they can be a bit difficult to find at times!
Here are the some of the search terms and corresponding links to the sections I frequently use.
| Search Term | Links | Description |
|---|---|---|
| Deprecated Functions | PT 8.50 or PT 8.49 | Functions that have been deprecated or replaced with newer syntax |
| Meta-HTML | PT 8.50 or PT 8.49 | A list of all Meta-HTML variables available, e.g. %DBName, %JavaScript, %UserID |
| Meta-SQL | PT 8.50 or PT 8.49 | A list of all Meta-SQL variables available, e.g. %Concat, %InsertSelect, %SQL, %TruncateTable |
| PeopleCode Built-in Functions | PT 8.50 or PT 8.49 | A list of all PeopleCode Built-in functions by functional area |
| PeopleCode Classes | PT 8.50 or PT 8.49 | A list of all PeopleCode classes available and a quick reference for each them |
| System Variables | PT 8.50 or PT 8.49 | A list of system variable available for usage in your code |
| Understanding Objects and Classes in PeopleCode | PT 8.50 or PT 8.49 | Good introduction to objects and classes in PeopleCode |
