PSST0101

November 22, 2006

PeopleTools Tip: Searching for Records

Filed under: Fields, PeopleTools Tip, Records — digitaleagle @ 3:46 am

You can find records that contain a specific field with the find definition references tool in App Designer, but what if you want to know what record contains field1 and field2?

You can go to the database to file that answer:

SELECT A.RECNAME
FROM PSRECFIELDALL A, PSRECFIELDALL B
WHERE A.RECNAME = B.RECNAME
AND A.FIELDNAME = ‘FIELD1′
AND B.FIELDNAME = ‘FIELD2′

Next Page »

Blog at WordPress.com.