Rowset GetField code not returning correct field value
PeopleSoft v9.10
Tools v8.54.04
I have Component rowset - &EmpDepMed_RS
Component record - &L_REC
In the record, there is a (key) field for Dependent Number (char field).
Employee always = ‘00’
Each dependent will = ‘01’ and higher. These are incremental but not necessarily “by 1”, as you could have had 01, 02, 03 and then deleted 02. (So, you would still have 01,03 etc.).
The rowset is filled in the page activate code and used throughout existing program. I’m trying to code to go through rows to capture some dependent information for a sql insert. I want to SKIP the employee 00 record – I just want the actual dependents (if any exist). The code used is: