Open UI: Dynamic Table to HTML Browser
Hi All,
We have built a dynamic table of data which we would like to show to user on click of a button.
Logic is as below..
User would click a button called Report on a selected SR.
Once clicked, the button would trigger a method on the PR file.
PR would internally call a BS to fetch all necessary information from siebel activities.
Using below JS i would like to fill in all details and throw the output to user on a browser window..
Below is JS code which i used to build the table content..
Challenge here is how can i put this in a PR and push the final table outcome to a HTML browser from PR file. Need help.....