PeopleCode | Executing PeopleCode immediately upon user sign on
PeopleCode
Tip 073: CreateArrayAny Function
PeopleCode | Using CreateArrayAny to retrieve data from unknown tables
Tip 068: Generic Rowset Processing
PeopleCode | Writing generic code that accepts any rowset as a parameter
Tip 067: CSV File Processing with Split
PeopleCode | Using the Split function to separate a string into multiple parts
Tip 065: Sequential Numbering (GetNextNumber)
PeopleCode | Automatically defaulting a field to the next available number.
Tip 063: Running a PS Query in PeopleCode
PeopleCode | Opening and accessing the results of a PS Query in PeopleCode.
Tip 061: Custom Dropdown Lists
PeopleCode | Creating a specific list of values for a dropdown field.
Tip 060: Copying Files
PeopleCode | Copying a file from one directory to another
Tip 058: Creating and Sending Email
PeopleCode | Two approaches for creating an email message in PeopleCode.
Tip 057: LPad and RPad Function
PeopleCode | Creating your own left-pad and right-pad string functions