====== pears.PersonBasedTimesheetCustomColumn ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create function "pears"."PersonBasedTimesheetCustomColumn"( in "RecordType" char(2),in "RecordID" char(20),in "colNo" tinyint ) returns char(100) begin -- RecordType C=Caption, D=Data, L=Location, RecordID only valid for Data, max 3 columns return null end