Hi All,
Please help me, it is very urgent!
I have created one component with tow views
Component Name: viewInvoiceComp
Views Names :searchView, ResultView
In the search view I have defined one UI element for bill id and i have created one action buttton as "Show Invoice".
After Clicking on the button "Show Invoice", we can get the invoice details in the table format for that perticular bill in the Result View.
invoice details wil be displayed in the rows ..That is.for one bill id ...it will display invoice details in one row...
Here my requirement is in the Result View, along with invoice details in the row, i need to add one more column as a link "Download in PDF". to view the invoice details in the pdf form.
Note: I have gone through the sdn material example, in that material, wdDoInit() method they have set the table fields to the pdf form...so according my requirement it will not be worked out.
Regards
Chandra