PeopleCode 3 Write Query to get the Component Component Reco
PeopleCode
3. Write Query to get the Component, Component Record and Component Record Field PeopleCode Events
Solution
3. Query to get the Component, Component Record and
Component Record Field PeopleCode Events.
SELECT *
FROM PSPCMPROG C
WHERE C.OBJECTID1 = 10
AND C.OBJECTVALUE1 = \'<TYPE COMPONENT NAME HERE>\';
