[progress Communities] [progress Openedge Abl] Forum Post: Re: Map Temptable Data To Grid

  • Thread starter Thread starter Jawahar Surapaneni
  • Start date Start date
Status
Not open for further replies.
J

Jawahar Surapaneni

Guest
Hi Bidhan, Please refer to following sample, where you can render PDS/TT data in the workstep. Point to be noted here is, mapping the PDS/TT to Form editor grid is not straight forward way and that was the reason, we are providing you the sample, which can allow you map to PDS/TT data in custom jsp. The attachment contains 1. DataSetView – BPM Project with OE Adapters configured. You need to deploy the ABL logic to bps broker 2. dataset_view.jar - Copy this jar to \oebpm\jboss\webapps\deploy\sbm.war\WEB-INF\lib and start the BP Servers Steps to Run: Deploy the BPM process to BP Server In Portal create an instance, in the DS_View workstep, you can see the PDS/TT data rendered In the TableDataSetView.spt we have added following lines under the tag tableDs datasetDs tableDs datasetDs Follow the following steps to use Custom JSP in other process 1. Place the following under the “jsp” folder of your process where your custom JSP resides. a. DataSetView\TableDataSetView\jsp\js b. DataSetView\TableDataSetView\jsp\TableDataSetView.jsp c.DataSetView\TableDataSetView\jsp\paging.jsp 2. Open TableDataSetView.jsp and edit line#14 by adding the names of dataslots (Table (or) Dataset types only) which you want to render in your custom JSP. 3. Include “TableDataSetView.jsp” in your custom JSP by placing the following tag just above the tag. 4. Do the step 3 (from above section) to add input and output dataslot to your custom JSP workstep (AtomicWS tag). 5. Deploy and check your pages. Hope this helps!!! Regards, Jawahar. (Please visit the site to view this file)

Continue reading...
 
Status
Not open for further replies.
Back
Top