Issue with spying table in PeopleSoft Application in Chrome

PraveenNair

New Member
BP 6.4
PeopleSoft Web Application
Browser: Chrome

Hi . I am using the browser mode to spy a table in one of the peoplesoft web application in chrome. I spied the whole table, first entry in the table, first row, first column etc . Has anyone working on peoplesoft web application and tried to get the table values successfully. if so how? or any other suggestions on how/what i can spy to the table values in a COLLECTION.

I am attaching the pic of the table. I have blacked out sensitive data.
thanks
 

Attachments

  • screenshot.jpg
    140.4 KB · Views: 27

JCCubed

New Member
You are showing a Grid object on a PS page. Grids are dynamically populated from the underlying dataset with the top most displayed row always referenced as row zero (0). Each field control in the grid should be available to get values IF you spy using the UI mode so that you get the actual UI tag for the target field in the grid. I had to change the value of the tag to use dynamic mode an pass the row designator in the call to the read action.
 
Top